source: frontend/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 418 bytes
Line 
1export default addAbsolutePathKeyword;
2export type Ajv = import("ajv").default;
3export type SchemaValidateFunction = import("ajv").SchemaValidateFunction;
4export type AnySchemaObject = import("ajv").AnySchemaObject;
5export type SchemaUtilErrorObject = import("../validate").SchemaUtilErrorObject;
6/**
7 * @param {Ajv} ajv ajv
8 * @returns {Ajv} configured ajv
9 */
10declare function addAbsolutePathKeyword(ajv: Ajv): Ajv;
Note: See TracBrowser for help on using the repository browser.