@maschinenlesbar.org/fit-connect-cli
    Preparing search index...

    Interface LocalizedText

    A localized text block. The API nests human text under description as a map of language tag -> (possibly HTML) string, e.g. { de: "...", en: "..." }.

    interface LocalizedText {
        description?: Record<string, string>;
    }
    Index
    description?: Record<string, string>