Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
export
interface
GetUsersResponse {
15
items: User[];
16
totalPages: number;
17
}
18
19
export
async
function
getUsers(
20
input: GetUsersInput
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected