sparkletown/sparkle

View on GitHub
src/types/Role.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Role = {
  emails: string[];
  allowAll?: boolean;
};