Type Alias RawAxiosJsonRequestConfig<D>

RawAxiosJsonRequestConfig<D>: RawAxiosRequestConfig<D> & {
    compressLength?: number;
}

Type Parameters

  • D = any