export interface TagsTranslations {
    possibleNames: string[];
    translation: string;
}
