UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

4 lines (3 loc) 200 B
import { ErrorObject } from "ajv"; export declare type AssertSchemaType = "JsonSchema" | "JTD"; export declare type AjvErrors = ErrorObject<string, Record<string, any>, unknown>[] | null | undefined;