Alokai

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>>;

Referenced Types

On this page