Skip to content

Type Alias: MutationIdentity

MutationIdentity = Readonly<{ id: string; replayOnly?: true; scope: string; }>

Defined in: fate/src/persistence-types.ts:7

Identity of one logical mutation, reused across every delivery attempt.

Released under the MIT License