source: trip-planner-front/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 367 bytes
Line 
1export default addAbsolutePathKeyword;
2export type Ajv = import('ajv').Ajv;
3export type ValidateFunction = import('ajv').ValidateFunction;
4export type SchemaUtilErrorObject = import('ajv').ErrorObject & {
5 children?: import('ajv').ErrorObject[] | undefined;
6};
7/**
8 *
9 * @param {Ajv} ajv
10 * @returns {Ajv}
11 */
12declare function addAbsolutePathKeyword(ajv: Ajv): Ajv;
Note: See TracBrowser for help on using the repository browser.