MCPcopy Create free account
hub / github.com/PIKACHUIM/CFWorkerACME / AdminUserListResp

Interface AdminUserListResp

frontend/src/api/admin.ts:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface AdminUserListResp {
19 flags: number;
20 texts?: string;
21 total: number;
22 page: number;
23 page_size: number;
24 items: AdminUser[];
25}
26
27export interface AdminUserListQuery {
28 page?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected