@metreeca/qest - v0.9.1
    Preparing search index...

    Type Alias Dictionary

    Dictionary:
        | { readonly [tag: Tag]: string }
        | { readonly [tag: Tag]: readonly string[] }

    Language-tagged map for internationalized text values.

    Maps language tags to localized text, supporting two cardinality patterns:

    • single-valued: one text value per language
    • multi-valued: multiple text values per language

    The @none key for non-localized values is not supported; for mixed content use string | Dictionary union types or the zxx tag.