mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
9 lines
180 B
TypeScript
9 lines
180 B
TypeScript
// placeholder, run generation again
|
|
declare namespace Cloudflare {
|
|
interface Env {
|
|
BUCKET: R2Bucket;
|
|
DB: D1Database;
|
|
}
|
|
}
|
|
interface Env extends Cloudflare.Env {}
|