InterceptorArgsBefore
Utility type that defines the type of arguments that are passed to the before interceptor.
type InterceptorArgsBefore<ARGS extends AnyFunction> = Parameters<ARGS>;Utility type that defines the type of arguments that are passed to the before interceptor.
type InterceptorArgsBefore<ARGS extends AnyFunction> = Parameters<ARGS>;