Function getDeleteProjectMutationOptions
- getDeleteProjectMutationOptions<
TError = ErrorType<void | DmError>,
TContext = unknown,
>(
options?: {
mutation?: UseMutationOptions<
TaskIdentity,
TError,
{ projectId: string },
TContext,
>;
request?: AxiosRequestConfig;
},
): UseMutationOptions<TaskIdentity, TError, { projectId: string }, TContext> Parameters
Optional
options: {
mutation?: UseMutationOptions<
TaskIdentity,
TError,
{ projectId: string },
TContext,
>;
request?: AxiosRequestConfig;
}
Returns UseMutationOptions<TaskIdentity, TError, { projectId: string }, TContext>