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