Skip to content

Type alias: GbnfJsonEnumSchema

ts
type GbnfJsonEnumSchema: {
  enum: readonly (string | number | boolean | null)[];
};
type GbnfJsonEnumSchema: {
  enum: readonly (string | number | boolean | null)[];
};

Type declaration

enum

ts
enum: readonly (string | number | boolean | null)[];
enum: readonly (string | number | boolean | null)[];

Source

utils/gbnfJson/types.ts:11