Urara-Blog/node_modules/.pnpm-store/v3/files/98/20fc2e248923845df245790b48623da9a86174daec1c06dff420b4b5903019d95363b1dc065d348a7f8a99fdc9c2a3a0fcc7c7910735e55c9f26bae5275e9b
2022-08-14 01:14:53 +08:00

5 lines
351 B
Text

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
import { DependenciesErrorParams, PropertyDependencies } from "../applicator/dependencies";
export declare type DependentRequiredError = ErrorObject<"dependentRequired", DependenciesErrorParams, PropertyDependencies>;
declare const def: CodeKeywordDefinition;
export default def;