| 100 | |
| 101 | // Helper type for permission groups |
| 102 | export interface PermissionGroup { |
| 103 | category: PermissionCategory; |
| 104 | permissions: Permission[]; |
| 105 | } |
| 106 | |
| 107 | export const PERMISSIONS_CONFIG = [ |
| 108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected