Alokai
You are reading the documentation for legacy, which is no longer the latest version. Switch to connect v2

InterceptorType

InterceptorType represents the type of the interceptor.

export type InterceptorType = "before" | "after" | "around";