import { RightDrawerPages } from '@/ui/layout/right-drawer/types/RightDrawerPages'; export const RIGHT_DRAWER_PAGE_ICONS = { [RightDrawerPages.ViewEmailThread]: 'IconMail', [RightDrawerPages.ViewCalendarEvent]: 'IconCalendarEvent', [RightDrawerPages.ViewRecord]: 'Icon123', [RightDrawerPages.Copilot]: 'IconSparkles', [RightDrawerPages.WorkflowStepEdit]: 'IconSparkles', [RightDrawerPages.WorkflowStepSelectAction]: 'IconSparkles', [RightDrawerPages.WorkflowStepView]: 'IconSparkles', };