Type Alias HttpInterceptorFn

HttpInterceptorFn: (
    req: HttpRequest<unknown>,
    next: HttpHandlerFn,
) => Observable<HttpEvent<unknown>>