mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +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;
|
|
}
|