|
|
@@ -3,7 +3,7 @@ import { IUser } from './user';
|
|
|
import { SidebarContentsType } from './ui';
|
|
|
|
|
|
export interface IUserUISettings {
|
|
|
- userId: IUser | string;
|
|
|
+ user: IUser | string;
|
|
|
isSidebarCollapsed: boolean,
|
|
|
currentSidebarContents: SidebarContentsType,
|
|
|
currentProductNavWidth: number,
|