mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
13 lines
277 B
TypeScript
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;
|
|
}
|