()
| 579 | routingMode?: DurableObjectRoutingMode; |
| 580 | } |
| 581 | interface DurableObjectClass<_T extends Rpc.DurableObjectBranded | undefined = undefined> { |
| 582 | } |
| 583 | interface DurableObjectState<Props = unknown> { |
| 584 | waitUntil(promise: Promise<any>): void; |
nothing calls this directly
no outgoing calls
no test coverage detected