map.apps Bundle APIs 4.20.0
    Preparing search index...

    Type Alias InterceptorOptions

    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.