| 1234567891011 |
- export const COMMAND_MENU_SECTIONS = {
- ACTIONS: 'Actions',
- NAVIGATE: 'Navigate',
- QUERY: 'Queries',
- SUPPORT: 'Support',
- TABLE: 'Table Editor',
- SQL: 'SQL Editor',
- DATABASE: 'Database',
- INTEGRATIONS: 'Integrations',
- SHORTCUTS: 'Shortcuts',
- } as const
|