mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 00:54:25 +08:00
11 lines
240 B
TypeScript
11 lines
240 B
TypeScript
export const COMMAND_MENU_SECTIONS = {
|
|
ACTIONS: 'Actions',
|
|
NAVIGATE: 'Navigate',
|
|
QUERY: 'Queries',
|
|
SUPPORT: 'Support',
|
|
TABLE: 'Table Editor',
|
|
SQL: 'SQL Editor',
|
|
DATABASE: 'Database',
|
|
INTEGRATIONS: 'Integrations',
|
|
} as const
|