UNPKG

@gabliam/validate-joi

Version:
8 lines (7 loc) 346 B
import { ValueExtractor } from '@gabliam/core'; import { ExecutionContext, GabRequest, Interceptor } from '@gabliam/web-core'; export declare class ValidateInterceptor implements Interceptor { private valueExtractor; constructor(valueExtractor: ValueExtractor); intercept(execCtx: ExecutionContext, req: GabRequest): Promise<void>; }