Alokai

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

Referenced Types

On this page