excalidraw/packages/excalidraw/worker-configuration.d.ts
2025-01-29 17:38:03 +01:00

7 lines
163 B
TypeScript

// Generated by Wrangler by running `wrangler types`
interface Env {
DURABLE_ROOM: DurableObjectNamespace<
import("./cloudflare/worker").DurableRoom
>;
}