InterceptorOptions: Omit<ApprtRequestInit, ReadonlyInitProperties> & Readonly<
    Pick<ApprtRequestInit, ReadonlyInitProperties>,
> & { headers: Headers; method: string; query: undefined }

Options passed into interceptors. Most options can be modified to customize the request that is about to be sent.