CommandMenu.utils.ts11 lines · main
| 1 | export const COMMAND_MENU_SECTIONS = { |
| 2 | ACTIONS: 'Actions', |
| 3 | NAVIGATE: 'Navigate', |
| 4 | QUERY: 'Queries', |
| 5 | SUPPORT: 'Support', |
| 6 | TABLE: 'Table Editor', |
| 7 | SQL: 'SQL Editor', |
| 8 | DATABASE: 'Database', |
| 9 | INTEGRATIONS: 'Integrations', |
| 10 | SHORTCUTS: 'Shortcuts', |
| 11 | } as const |