source: imaps-frontend/node_modules/ajv/dist/compile/validate/applicability.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • 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.