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

Interface AdminUserListQuery

frontend/src/api/admin.ts:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface AdminUserListQuery {
28 page?: number;
29 page_size?: number;
30 mail?: string;
31 flag?: string;
32 is_admin?: 0 | 1;
33 quota_min?: number;
34 quota_max?: number;
35}
36
37/** 用户列表 */
38export async function listAdminUsers(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected