Interface DurableObjectGetAlarmOptions

interface DurableObjectGetAlarmOptions {
    allowConcurrency?: boolean;
}

Properties

allowConcurrency?: boolean