Page Contents
Home > @loopback/context > InterceptorOrKey
InterceptorOrKey type
Interceptor function or binding key that can be used as parameters for @intercept()
Signature:
export type InterceptorOrKey = GenericInterceptorOrKey<InvocationContext>;
References: GenericInterceptorOrKey, InvocationContext