InterceptorTypeInterceptorType represents the type of the interceptor. type InterceptorType = "after" | "around" | "before";