interface AutocompleteTranslation {
    en: TranslationProps;
    no: TranslationProps;
    sv: TranslationProps;
}

Properties

Properties