Files
mycode/jsonhero-web/app/bindings.d.ts
2026-02-04 12:18:35 +08:00

10 lines
207 B
TypeScript

export {};
declare global {
const DOCUMENTS: KVNamespace;
const SESSION_SECRET: string;
const GRAPH_JSON_API_KEY: string;
const GRAPH_JSON_COLLECTION: string;
const APIHERO_PROJECT_KEY: string;
}