Files
bknd/examples/cloudflare-worker/worker-configuration.d.ts
2024-11-16 12:01:47 +01:00

13 lines
277 B
TypeScript

// Generated by Wrangler
// After adding bindings to `wrangler.toml`, regenerate this interface via `npm run cf-typegen`
interface Env {
DB_URL: string;
DB_TOKEN: string;
}
declare module "__STATIC_CONTENT_MANIFEST" {
const value: string;
export default value;
}