1
0
This repository has been archived on 2026-07-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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;
}