propro-common-components 0.1.292 → 0.1.294

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@ interface UseMutateParams<TData, TError, TVariables, _TContext> {
8
8
  headers?: AxiosRequestConfig['headers'];
9
9
  data?: TVariables | ((variables: TVariables) => unknown);
10
10
  invalidateAllQueries?: boolean;
11
+ isFormData?: boolean;
11
12
  successLog?: string;
12
13
  errorLog?: string;
13
14
  logURL?: string;