UNPKG

ajv

Version:

Another JSON Schema Validator

9 lines (8 loc) 252 B
import type { CodeKeywordDefinition, ErrorObject } from "../../types"; export type MultipleOfError = ErrorObject<"multipleOf", { multipleOf: number; }, number | { $data: string; }>; declare const def: CodeKeywordDefinition; export default def;