export enum StorageType { User = 'user', News = 'news', Options = 'options', Import = 'options.import.type', System = 'system', Database = 'database', DatabaseConnections = 'database.connections', CollectionId = 'catalog.collection.id', StoreId = 'catalog.store.id', LayoutPanel = 'layout.panel', LayoutPreview = 'layout.preview', LayoutTheme = 'layout.theme', AiKeys = 'ai.keys', NavigationExpanded = 'navigation.expanded', SortColumn = 'datagrid.sort.column', SortDirection = 'datagrid.sort.direction', }