export interface TicketTranslation { languageCode: string; name: string; description?: string; } //# sourceMappingURL=ticket-translation.d.ts.map