Type Alias: Snapshot
Snapshot =
Readonly<{mask?:FieldMask;record?:FateRecord; }>
Defined in: fate/src/types.ts:465
Snapshot captured before mutating the cache, used to roll back on errors.
Snapshot =
Readonly<{mask?:FieldMask;record?:FateRecord; }>
Defined in: fate/src/types.ts:465
Snapshot captured before mutating the cache, used to roll back on errors.