1
0
Files
discord-faxspittist/service/worker-configuration.d.ts
T

7 lines
144 B
TypeScript
Raw 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;
}