Files
ELY-Browser/cloudflare/src/bindings.ts
T

5 lines
75 B
TypeScript

export interface Env {
ELY_KV: KVNamespace;
ELY_ENVIRONMENT: string;
}