yaschema
    Preparing search index...

    Variable schemaTypesConst

    schemaTypes: StringSubtypeArray<
        | "string"
        | "number"
        | "boolean"
        | "undefined"
        | "object"
        | "null"
        | "array"
        | "any"
        | "custom"
        | "date"
        | "record"
        | "regex"
        | "restrictedNumber"
        | "tuple"
        | "allOf"
        | "allowEmptyString"
        | "allowNull"
        | "deprecated"
        | "not"
        | "oneOf"
        | "optional"
        | "root"
        | "upgraded",
    > = ...