MCPcopy
hub / github.com/exadel-inc/CompreFace / Environment

Interface Environment

ui/src/environments/interface.ts:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 */
16
17export interface Environment {
18 production: boolean;
19 basicToken: string;
20 adminApiUrl: string;
21 userApiUrl: string;
22 buildNumber: string;
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected