• Type Parameters

    Parameters

    • Optionaloptions: {
          mutation?: UseMutationOptions<
              TaskIdentity,
              TError,
              { projectId: string },
              TContext,
          >;
          request?: AxiosRequestConfig;
      }

    Returns UseMutationOptions<TaskIdentity, TError, { projectId: string }, TContext>