(groupId: string)
| 139 | } |
| 140 | |
| 141 | export const groupPermissionsKey = (groupId: string) => [ |
| 142 | "group", |
| 143 | groupId, |
| 144 | "permissions", |
| 145 | ]; |
| 146 | |
| 147 | export const groupPermissions = (groupId: string) => { |
| 148 | return { |
no outgoing calls
no test coverage detected