6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
// Generated by Wrangler by running `wrangler types`
|
|
|
|
interface Env {
|
|
MY_DURABLE_OBJECT: DurableObjectNamespace<import('.').MyDurableObject>;
|
|
}
|