Files
jsonhero-web/app/bindings.d.ts
T
2022-03-01 09:31:09 +00:00

9 lines
170 B
TypeScript

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