Type Alias: MutationResult<M>
MutationResult<
M> =Mextends__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
MutationResult<
M> =Mextends__MutationResultAnchor<infer R> ?R:never
Defined in: packages/fate/src/types.ts:433
Extracts the result type from a mutation definition or identifier.
M