(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
| 581 | interface DurableObjectClass<_T extends Rpc.DurableObjectBranded | undefined = undefined> { |
| 582 | } |
| 583 | interface DurableObjectState<Props = unknown> { |
| 584 | waitUntil(promise: Promise<any>): void; |
| 585 | readonly exports: Cloudflare.Exports; |
| 586 | readonly props: Props; |
nothing calls this directly
no outgoing calls
no test coverage detected