Interceptor
Fn
: ((meta
: { config
?: RequestInitWithParams; path
: string; }, nextFn
: (() => Promise<Response>)) => Promise<Response>)
Type declaration
-
- (meta: {
config?: RequestInitWithParams;
path: string;
}, nextFn: (() => Promise<Response>)): Promise<Response>
-
Parameters
-
-
nextFn: (() => Promise<Response>)
-
- (): Promise<Response>
-
Returns Promise<Response>
Returns Promise<Response>