user-ui-settings.ts 206 B

1234567
  1. import type { SidebarContentsType } from './ui';
  2. export interface IUserUISettings {
  3. currentSidebarContents: SidebarContentsType;
  4. currentProductNavWidth: number;
  5. preferCollapsedModeByUser: boolean;
  6. }