Skip to content

Type Alias: GbnfJsonSchemaImmutableType

ts
type GbnfJsonSchemaImmutableType: 
  | "string"
  | "number"
  | "integer"
  | "boolean"
  | "null";

Defined in

utils/gbnfJson/types.ts:1