(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
| 472 | transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>; |
| 473 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>; |
| 474 | setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 475 | deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 476 | sync(): Promise<void>; |
| 477 | sql: SqlStorage; |
nothing calls this directly
no outgoing calls
no test coverage detected