InterceptorResultAfter
Utility type that defines the type of the result that is returned from the after interceptor.
type InterceptorResultAfter<RESULT extends AnyFunction> = Promise<ReturnType<RESULT>>;Utility type that defines the type of the result that is returned from the after interceptor.
type InterceptorResultAfter<RESULT extends AnyFunction> = Promise<ReturnType<RESULT>>;