/** * Describes the supported feature variants */ export type SupportedFeature = 'AISummary' | 'AutomationAction' | 'RelatedLinks' | 'ExportBlocked' | 'RovoActions';