@robotical/martyblocks
Version:
MartyBlocks based on Scratch for Marty the Robot by Robotical
7 lines (6 loc) • 318 B
TypeScript
import type { CodeKeywordDefinition, AddedKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type AdditionalPropertiesError = ErrorObject<"additionalProperties", {
additionalProperty: string;
}, AnySchema>;
declare const def: CodeKeywordDefinition & AddedKeywordDefinition;
export default def;