export type Env = { DO: DurableObjectNamespace; }; const app = new Hono<{ Bindings: Env }>();

export type Env = {
DO: DurableObjectNamespace;
};

const app = new Hono<{ Bindings: Env }>();
Was this page helpful?