mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
// Generated by Wrangler by running `wrangler types`
|
|
|
|
interface Env {
|
|
DURABLE_ROOM: DurableObjectNamespace<
|
|
import("./cloudflare/worker").DurableRoom
|
|
>;
|
|
}
|