Alokai

InterceptorArgsAfter

Utility type that defines the type of arguments that are passed to the after interceptor.

type InterceptorArgsAfter<RESULT extends AnyFunction> = Awaited<ReturnType<RESULT>>;

Referenced Types

On this page