Interface DurableObjectSetAlarmOptions

interface DurableObjectSetAlarmOptions {
    allowConcurrency?: boolean;
    allowUnconfirmed?: boolean;
}

Properties

allowConcurrency?: boolean
allowUnconfirmed?: boolean