Skip to content

Type Alias: GbnfJsonEnumSchema

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

Type declaration

enum

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

Defined in

utils/gbnfJson/types.ts:11