(role: string | null | undefined)
| 33 | * erased) so client bundles can import it without pulling in the DB client. |
| 34 | */ |
| 35 | export function isOrgAdminRole(role: string | null | undefined): boolean { |
| 36 | return role === 'owner' || role === 'admin' |
| 37 | } |
no outgoing calls
no test coverage detected