RequestConfig type

type RequestConfig<D> = AxiosRequestConfig<D> & { token?: Token }