Appearance
type GbnfJsonEnumSchema: { enum: readonly (string | number | boolean | null)[]; };
enum: readonly (string | number | boolean | null)[];
utils/gbnfJson/types.ts:11