Interface DurableObjectPutOptions

interface DurableObjectPutOptions {
    allowConcurrency?: boolean;
    allowUnconfirmed?: boolean;
    noCache?: boolean;
}

Properties

allowConcurrency?: boolean
allowUnconfirmed?: boolean
noCache?: boolean