(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
| 458 | rollback(): void; |
| 459 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>; |
| 460 | setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 461 | deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 462 | } |
| 463 | interface DurableObjectStorage { |
nothing calls this directly
no outgoing calls
no test coverage detected