(promise: Promise<any>)
| 433 | } |
| 434 | interface DurableObjectState { |
| 435 | waitUntil(promise: Promise<any>): void; |
| 436 | readonly id: DurableObjectId; |
| 437 | readonly storage: DurableObjectStorage; |
| 438 | container?: Container; |
nothing calls this directly
no outgoing calls
no test coverage detected