InterceptorArgsAfter
Utility type that defines the type of arguments that are passed to the after interceptor.
type InterceptorArgsAfter<RESULT extends AnyFunction> = Awaited<ReturnType<RESULT>>;Utility type that defines the type of arguments that are passed to the after interceptor.
type InterceptorArgsAfter<RESULT extends AnyFunction> = Awaited<ReturnType<RESULT>>;