Type alias InterceptorFn

InterceptorFn: ((meta: {
    config?: RequestInitWithParams;
    path: string;
}, nextFn: (() => Promise<Response>)) => Promise<Response>)

Type declaration

    • (meta: {
          config?: RequestInitWithParams;
          path: string;
      }, nextFn: (() => Promise<Response>)): Promise<Response>
    • Parameters

      Returns Promise<Response>

Generated using TypeDoc