Skip to content

Type Alias: GbnfJsonOneOfSchema

ts
type GbnfJsonOneOfSchema: {
  oneOf: readonly GbnfJsonSchema[];
};

Type declaration

oneOf

ts
oneOf: readonly GbnfJsonSchema[];

Defined in

utils/gbnfJson/types.ts:14