InterfaceSchemaProperty

interface SchemaProperty {
    type:
        | "string"
        | "number"
        | "boolean"
        | "object";
}

Properties

Properties

type:
    | "string"
    | "number"
    | "boolean"
    | "object"

Property type