source:
imaps-frontend/node_modules/ajv-keywords/dist/definitions/patternRequired.d.ts
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 228 bytes |
Line | |
---|---|
1 | import type { CodeKeywordDefinition, ErrorObject } from "ajv"; |
2 | export declare type PatternRequiredError = ErrorObject<"patternRequired", { |
3 | missingPattern: string; |
4 | }>; |
5 | export default function getDef(): CodeKeywordDefinition; |
Note:
See TracBrowser
for help on using the repository browser.