UNPKG

ut-tools

Version:

Build and Release management automation package.

7 lines (6 loc) 318 B
import type { CodeKeywordDefinition, AddedKeywordDefinition, ErrorObject, AnySchema } from "../../types"; export type AdditionalPropertiesError = ErrorObject<"additionalProperties", { additionalProperty: string; }, AnySchema>; declare const def: CodeKeywordDefinition & AddedKeywordDefinition; export default def;