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