MCPcopy Index your code
hub / github.com/TheOrcDev/orcish-fullstack-admin / GetUsersInput

Interface GetUsersInput

server/users.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { count, ilike, or } from "drizzle-orm";
7
8interface GetUsersInput {
9 page: number;
10 totalItems: number;
11 search?: string | null;
12}
13
14export interface GetUsersResponse {
15 items: User[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected