diff options
Diffstat (limited to 'src/env.ts')
| -rw-r--r-- | src/env.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ export type Bindings = { - ASSETS: Fetcher; REDIRECT_ROOT?: string; + TEAWIE_API: KVNamespace; }; export type Variables = Record<string, never>; |
