Type alias JSONSchema4TypeName

JSONSchema4TypeName: "string" | "number" | "integer" | "boolean" | "object" | "array" | "null" | "any"

Generated using TypeDoc