Skip to content

Type alias: GbnfJsonSchemaImmutableType

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

Source

utils/gbnfJson/types.ts:1