Files

10 lines
205 B
TypeScript

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