|
|
@@ -4,7 +4,7 @@ import { SidebarContentsType } from './ui';
|
|
|
import { Ref } from './common';
|
|
|
|
|
|
export interface IUserUISettings {
|
|
|
- userId: Ref<IUser> | null;
|
|
|
+ user: Ref<IUser> | null;
|
|
|
isSidebarCollapsed: boolean,
|
|
|
currentSidebarContents: SidebarContentsType,
|
|
|
currentProductNavWidth: number,
|