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