Skip to content

AjvDataValidateFunction

@tsed/ajv

Usage

typescript
import { AjvDataValidateFunction } from "@tsed/ajv";

See /packages/specs/ajv/src/types/interfaces/KeywordMethods.ts.

Overview

ts
interface AjvDataValidateFunction {
    (...args: Parameters<ValidateFunction>): boolean | Promise<any>;
}

ts
(...args: Parameters<ValidateFunction>): boolean | Promise<any>;

Released under the MIT License.