mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-04-18 18:44:04 +00:00
11
status-page/src/env.d.ts
vendored
Normal file
11
status-page/src/env.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference path="../.astro/types.d.ts" />
|
||||
/// <reference types="astro/client" />
|
||||
|
||||
// Env bindings available via `import { env } from 'cloudflare:workers'`.
|
||||
// Extends the Cloudflare.Env declared in @cloudflare/workers-types.
|
||||
// Must match the D1 binding declared in the root wrangler.toml.
|
||||
declare namespace Cloudflare {
|
||||
type Env = {
|
||||
DB: D1Database;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user