source:
trip-planner-front/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 260 bytes |
Line | |
---|---|
1 | import type { CodeKeywordDefinition, ErrorObject } from "../../types"; |
2 | export declare type MultipleOfError = ErrorObject<"multipleOf", { |
3 | multipleOf: number; |
4 | }, number | { |
5 | $data: string; |
6 | }>; |
7 | declare const def: CodeKeywordDefinition; |
8 | export default def; |
Note:
See TracBrowser
for help on using the repository browser.