Skip to content

Type Alias: MutationReceipt

MutationReceipt = Readonly<{ fingerprint: string; result: ReturnType<typeof encodeHydrationValue>; }>

Defined in: fate/src/idempotency.ts:14

Released under the MIT License