mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
public commit
This commit is contained in:
12
examples/cloudflare-worker/worker-configuration.d.ts
vendored
Normal file
12
examples/cloudflare-worker/worker-configuration.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user