yaschema
    Preparing search index...

    Variable markerTypesConst

    markerTypes: StringSubtypeArray<
        | "allOf"
        | "allowEmptyString"
        | "allowNull"
        | "deprecated"
        | "not"
        | "oneOf"
        | "optional"
        | "root"
        | "upgraded",
    > = ...

    The built-in schema types that represent type modifiers or markers. This is useful for code generation tools.