Alokai

InterceptorsConfig

InterceptorsConfig represents the configuration of the interceptors. It is a map of the interceptor type to the map of the method name to the interceptor.

type InterceptorsConfig = { [type in InterceptorType]?: Record<string, Interceptor | Interceptor[] | undefined> };

Referenced Types

On this page