source: trip-planner-front/node_modules/ajv/dist/compile/validate/applicability.d.ts@ 8d391a1

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

initial commit

  • Property mode set to 100644
File size: 456 bytes
Line 
1import type { AnySchemaObject } from "../../types";
2import type { SchemaObjCxt } from "..";
3import type { JSONType, RuleGroup, Rule } from "../rules";
4export declare function schemaHasRulesForType({ schema, self }: SchemaObjCxt, type: JSONType): boolean | undefined;
5export declare function shouldUseGroup(schema: AnySchemaObject, group: RuleGroup): boolean;
6export declare function shouldUseRule(schema: AnySchemaObject, rule: Rule): boolean | undefined;
Note: See TracBrowser for help on using the repository browser.