Type Alias: InterceptorHandler()<C, GF>
ts
type InterceptorHandler<C, GF> = (context, next) => void | Promise<void>;Defined in: packages/core/src/types/interceptor.ts:18
Type Parameters
C
GF
GF extends ClercFlagsDefinition = { }
Parameters
context
InterceptorContext<C, GF>
next
Returns
void | Promise<void>

