Alokai

InterceptorType

InterceptorType represents the type of the interceptor.

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