Files
twenty/packages/twenty-front/src/modules/command-menu/components/CommandMenuPages.ts
2025-01-13 17:12:31 +01:00

12 lines
406 B
TypeScript

export enum CommandMenuPages {
Root = 'root',
ViewRecord = 'view-record',
ViewEmailThread = 'view-email-thread',
ViewCalendarEvent = 'view-calendar-event',
Copilot = 'copilot',
WorkflowStepSelectTriggerType = 'workflow-step-select-trigger-type',
WorkflowStepSelectAction = 'workflow-step-select-action',
WorkflowStepView = 'workflow-step-view',
WorkflowStepEdit = 'workflow-step-edit',
}