--- id: CreateBaseMutationResult title: CreateBaseMutationResult --- # Type Alias: CreateBaseMutationResult\ ```ts type CreateBaseMutationResult: Override, object> & object; ``` ## Type declaration ### mutateAsync ```ts mutateAsync: CreateMutateAsyncFunction ``` ## Type Parameters • **TData** = `unknown` • **TError** = `DefaultError` • **TVariables** = `unknown` • **TContext** = `unknown` ## Defined in [types.ts:198](https://github.com/TanStack/query/blob/27861961bbb36e9bc25fcd45cff21b5645f02f9b/packages/angular-query-experimental/src/types.ts#L198)