mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-20 18:19:14 +08:00
5 lines
351 B
Text
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;
|