(options?: DurableObjectSetAlarmOptions)
| 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; |
| 478 | transactionSync<T>(closure: () => T): T; |
nothing calls this directly
no outgoing calls
no test coverage detected