| 587 | readonly name?: string; |
| 588 | }; |
| 589 | interface DurableObjectId { |
| 590 | toString(): string; |
| 591 | equals(other: DurableObjectId): boolean; |
| 592 | readonly name?: string; |
| 593 | readonly jurisdiction?: string; |
| 594 | } |
| 595 | declare abstract class DurableObjectNamespace< |
| 596 | T extends Rpc.DurableObjectBranded | undefined = undefined, |
| 597 | > { |
no outgoing calls
no test coverage detected