Skip to content

Commit

Permalink
Add support for hyperdrive bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-alberto committed Mar 21, 2024
1 parent 2b9cf9a commit 9bfd8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -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<T extends Env, A> =
| {
Expand Down

0 comments on commit 9bfd8fa

Please sign in to comment.