(options?: DurableObjectSetAlarmOptions)
| 482 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>; |
| 483 | setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 484 | deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 485 | sync(): Promise<void>; |
| 486 | sql: SqlStorage; |
| 487 | transactionSync<T>(closure: () => T): T; |
nothing calls this directly
no outgoing calls
no test coverage detected