diff --git a/src/types.ts b/src/types.ts index bae2a12..6d77db1 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,7 +1,7 @@ import { Toucan } from "toucan-js"; import { ZodObject, ZodSchema, z } from "zod"; export type Env = { - [k: string]: string | Queue | KVNamespace | R2Bucket | D1Database | Fetcher; + [k: string]: string | Queue | KVNamespace | R2Bucket | D1Database | Fetcher | Hyperdrive; }; export type Route = | {