Skip to content

Type Alias: GbnfJsonArraySchema

ts
type GbnfJsonArraySchema: {
  type: "array";
  items: GbnfJsonSchema;
};

Type declaration

type

ts
type: "array";

items

ts
items: GbnfJsonSchema;

Defined in

utils/gbnfJson/types.ts:22