(organization: string)
| 24 | }; |
| 25 | |
| 26 | const getGroupsByOrganizationQueryKey = (organization: string) => [ |
| 27 | "organization", |
| 28 | organization, |
| 29 | "groups", |
| 30 | ]; |
| 31 | |
| 32 | export const groupsByOrganization = (organization: string) => { |
| 33 | return { |
no outgoing calls
no test coverage detected