(id: string, req: UsersRequest)
| 72 | }; |
| 73 | |
| 74 | export const organizationMembersKey = (id: string, req: UsersRequest) => [ |
| 75 | "organization", |
| 76 | id, |
| 77 | "members", |
| 78 | req, |
| 79 | ]; |
| 80 | |
| 81 | /** |
| 82 | * Creates a query configuration to fetch all members of an organization. |
no outgoing calls
no test coverage detected