export interface TicketTranslation { languageCode: string; name: string; description?: string; }