MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / Setting

Interface Setting

packages/hydrooj/src/interface.ts:48–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export interface Setting {
49 family: string;
50 key: string;
51 range: [string, string][] | Record<string, string>;
52 value: any;
53 type: string;
54 subType?: string;
55 name: string;
56 desc: string;
57 flag: number;
58 validation?: (val: any) => boolean;
59}
60
61export interface Authenticator {
62 name: string;

Callers 1

setting.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected