--- id: CreateMutateAsyncFunction title: CreateMutateAsyncFunction --- # Type Alias: CreateMutateAsyncFunction\ ```ts type CreateMutateAsyncFunction: MutateFunction; ``` ## Type Parameters • **TData** = `unknown` • **TError** = `DefaultError` • **TVariables** = `void` • **TContext** = `unknown` ## Defined in [types.ts:188](https://github.com/TanStack/query/blob/27861961bbb36e9bc25fcd45cff21b5645f02f9b/packages/angular-query-experimental/src/types.ts#L188)