(options?: DurableObjectSetAlarmOptions)
| 726 | options?: DurableObjectSetAlarmOptions |
| 727 | ): Promise<void> |
| 728 | deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void> |
| 729 | } |
| 730 | interface DurableObjectStorage { |
| 731 | get<T = unknown>( |
nothing calls this directly
no outgoing calls
no test coverage detected