yaschema
    Preparing search index...

    Variable dataTypesConst

    dataTypes: StringSubtypeArray<
        | "string"
        | "number"
        | "boolean"
        | "undefined"
        | "object"
        | "null"
        | "array"
        | "any"
        | "custom"
        | "date"
        | "record"
        | "regex"
        | "restrictedNumber"
        | "tuple",
    > = ...

    The built-in schema types that represent data types. This is useful for code generation tools.