setAlarm
abstract fun setAlarm(scheduledTime: Number, options: DurableObjectSetAlarmOptions = definedExternally): Promise<Unit>
abstract fun setAlarm(scheduledTime: Date, options: DurableObjectSetAlarmOptions = definedExternally): Promise<Unit>