Add R2 binding

This commit is contained in:
Regalijan 2024-03-22 21:38:27 -04:00
parent 6d506007a5
commit a858a5f03e
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

1
index.d.ts vendored
View File

@ -5,6 +5,7 @@ declare global {
ASSETS: Fetcher; ASSETS: Fetcher;
D1: D1Database; D1: D1Database;
DATA: KVNamespace; DATA: KVNamespace;
R2: R2Bucket;
[k: string]: string; [k: string]: string;
} }