Add D1 type
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -5,6 +5,7 @@ declare global {
|
||||
|
||||
interface Env {
|
||||
ASSETS: Fetcher;
|
||||
D1: D1Database;
|
||||
DATA: KVNamespace;
|
||||
[k: string]: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user