InterceptorFn
InterceptorFn<
Desc> = (ctx) =>Promise<unknown>
Defined in: types.ts:141
The inner function that an Interceptor wraps.
Type Parameters
Section titled “Type Parameters”Desc extends DescMessage
Parameters
Section titled “Parameters”InterceptorContext<Desc>
Returns
Section titled “Returns”Promise<unknown>