Skip to content

Commit

Permalink
Merge pull request #61 from change-engine/cha-2444-speed-up-teams-cal…
Browse files Browse the repository at this point in the history
…lback-engine-v3

Add support for hyperdrive bindings
  • Loading branch information
BarnabyShearer authored Mar 21, 2024
2 parents 2b9cf9a + 9bfd8fa commit f717089
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 f717089

Please sign in to comment.