MCPcopy Create free account
hub / github.com/TheOrcDev/orcish-fullstack-admin / GetUsersResponse

Interface GetUsersResponse

server/users.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export interface GetUsersResponse {
15 items: User[];
16 totalPages: number;
17}
18
19export async function getUsers(
20 input: GetUsersInput

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected