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

Interface AdminUser

frontend/src/api/admin.ts:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { apiGet, apiPost, http } from './request';
5
6export interface AdminUser {
7 mail: string;
8 flag: string;
9 is_admin: number;
10 quota: number;
11 time: number | null;
12 keys_configured: boolean;
13 apis_configured: boolean;
14 active_certs: number;
15 month_applies: number;
16}
17
18export interface AdminUserListResp {
19 flags: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected