Skip to content

Type Alias: GbnfJsonConstSchema

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

Type declaration

const

ts
const: string | number | boolean | null;

Defined in

utils/gbnfJson/types.ts:8