Alokai

InterceptorArgsBefore

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

type InterceptorArgsBefore<ARGS extends AnyFunction> = Parameters<ARGS>;

Referenced Types

On this page