(options?: DurableObjectSetAlarmOptions)
| 582 | } |
| 583 | interface DurableObjectState<Props = unknown> { |
| 584 | waitUntil(promise: Promise<any>): void; |
| 585 | readonly exports: Cloudflare.Exports; |
| 586 | readonly props: Props; |
| 587 | readonly id: DurableObjectId; |
nothing calls this directly
no outgoing calls
no test coverage detected