interface LiveSlotsOptions {
    allowStateShapeChanges: undefined | boolean;
    enableDisavow: undefined | boolean;
    relaxDurabilityRules: undefined | boolean;
}

Properties

allowStateShapeChanges: undefined | boolean

somewhat misnamed; this actually relates to arbitrary changes (per #10200, a non-true value still permits backwards-compatible addition of new optional fields)

enableDisavow: undefined | boolean
relaxDurabilityRules: undefined | boolean