Skip to content

Type Alias: MutationResult<M>

MutationResult<M> = M extends __MutationResultAnchor<infer R> ? R : never

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

Extracts the result type from a mutation definition or identifier.

Type Parameters

M

M

Released under the MIT License