user-ui-settings.ts 270 B

123456789
  1. import { SidebarContentsType } from './ui';
  2. export interface IUserUISettings {
  3. isSidebarCollapsed: boolean,
  4. currentSidebarContents: SidebarContentsType,
  5. currentProductNavWidth: number,
  6. preferDrawerModeByUser: boolean,
  7. preferDrawerModeOnEditByUser: boolean,
  8. }