Skip to content

Type Alias: FateMutations

FateMutations = Record<string, MutationDefinition<any, any, any>>

Defined in: packages/fate/src/mutation.ts:93

Base type for client mutations.

Released under the MIT License