supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
225 Bytes
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type JTDEnumError = ErrorObject<"enum", {
allowedValues: string[];
}, string[]>;
declare const def: CodeKeywordDefinition;
export default def;