[Feature][WRS-2280] Enable available layouts for users #362
Annotations
6 errors
Build project:
__mocks__/mockLayout.ts#L1
Property 'selectedByUser' is missing in type '{ id: string; name: string; displayName: null; privateData: {}; parentId: string; width: { value: number; isOverride: false; isReadOnly: false; }; height: { value: number; isOverride: false; isReadOnly: false; }; ... 7 more ...; availableForUser: true; }' but required in type 'Layout'.
|
Build project:
__mocks__/mockLayout.ts#L1
Property 'selectedByUser' is missing in type '{ id: string; name: string; displayName: null; type: LayoutType.top; availableForUser: false; parentId: null; childLayouts: string[]; }' but required in type 'LayoutListItemType'.
|
Build project:
__mocks__/mockLayout.ts#L1
Property 'selectedByUser' is missing in type '{ id: string; name: string; displayName: string; type: LayoutType.child; availableForUser: true; parentId: string; childLayouts: never[]; }' but required in type 'LayoutListItemType'.
|
Build project:
__mocks__/mockLayout.ts#L1
Property 'selectedByUser' is missing in type '{ id: string; name: string; displayName: null; type: LayoutType.child; availableForUser: true; parentId: string; childLayouts: never[]; }' but required in type 'LayoutListItemType'.
|
Build project:
__mocks__/mockLayout.ts#L1
Property 'selectedByUser' is missing in type '{ id: string; name: string; displayName: string; type: LayoutType.child; availableForUser: true; parentId: string; childLayouts: never[]; }' but required in type 'LayoutListItemType'.
|
Build project
Process completed with exit code 2.
|
Loading