diff --git a/index.d.cts b/index.d.cts index 844cda67b7..bc9d90ac0c 100644 --- a/index.d.cts +++ b/index.d.cts @@ -492,6 +492,7 @@ declare namespace axios { isAxiosError(payload: any): payload is AxiosError; toFormData(sourceObj: object, targetFormData?: GenericFormData, options?: FormSerializerOptions): GenericFormData; formToJSON(form: GenericFormData|GenericHTMLFormElement): object; + mergeConfig(config1: AxiosRequestConfig, config2?: AxiosRequestConfig): AxiosRequestConfig; AxiosHeaders: typeof AxiosHeaders; } }