1
0
Files

7 lines
144 B
TypeScript
Raw Permalink Normal View History

2026-05-23 17:13:00 -07:00
interface Env {
CFKV: KVNamespace;
BUCKET_URL: string;
APPLICATION_ID: string;
APPLICATION_PUBLICKEY: string;
APPLICATION_SECRET: string;
}