Documentation / @warp-drive/core-types / cache / ChangedAttributesHash
Type Alias: ChangedAttributesHash
ts
type ChangedAttributesHash = Record<string, [Value | undefined, Value]>;Defined in: warp-drive-packages/core/declarations/types/cache.d.ts:17
A hash of changed attributes with the key being the attribute name and the value being an array of [oldValue, newValue].