Skip to content

Type alias: GbnfJsonConstSchema

ts
type GbnfJsonConstSchema: {
  const: string | number | boolean | null;
};
type GbnfJsonConstSchema: {
  const: string | number | boolean | null;
};

Type declaration

const

ts
const: string | number | boolean | null;
const: string | number | boolean | null;

Source

utils/gbnfJson/types.ts:8