Type Alias RequestInterceptor

RequestInterceptor: ((request: HTTPRequest, commands: InterceptorCommands) => Promise<any | undefined>)