Skip to content

Type Alias: Snapshot

Snapshot = Readonly<{ mask?: FieldMask; record?: FateRecord; }>

Defined in: packages/fate/src/types.ts:465

Snapshot captured before mutating the cache, used to roll back on errors.

Released under the MIT License