Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add D1 type
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 96a4ba2 commit 7774a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -5,6 +5,7 @@ declare global {

interface Env {
ASSETS: Fetcher;
D1: D1Database;
DATA: KVNamespace;
[k: string]: string;
}
Expand Down

0 comments on commit 7774a04

Please sign in to comment.