10 lines
207 B
TypeScript
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;
|
|
}
|