UNPKG

@robotical/martyblocks

Version:
7 lines (6 loc) 225 B
import type { CodeKeywordDefinition, ErrorObject } from "../../types"; export type JTDEnumError = ErrorObject<"enum", { allowedValues: string[]; }, string[]>; declare const def: CodeKeywordDefinition; export default def;