InterceptorResultBefore
Utility type that defines the type of the result that is returned from the before interceptor.
type InterceptorResultBefore<ARGS extends AnyFunction> = Promise<Parameters<ARGS>>;Utility type that defines the type of the result that is returned from the before interceptor.
type InterceptorResultBefore<ARGS extends AnyFunction> = Promise<Parameters<ARGS>>;