UNPKG

@choerodon/master

Version:
5 lines (4 loc) 165 B
import { AxiosRequestConfig } from 'axios'; export interface customAxiosRequestConfig extends AxiosRequestConfig { isCustomTransformResponseHandled?: boolean; }