.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / validation / dependentRequired.d.ts
1 import type { CodeKeywordDefinition, ErrorObject } from "../../types";
2 import { DependenciesErrorParams, PropertyDependencies } from "../applicator/dependencies";
3 export declare type DependentRequiredError = ErrorObject<"dependentRequired", DependenciesErrorParams, PropertyDependencies>;
4 declare const def: CodeKeywordDefinition;
5 export default def;