/** * This enumeration represents all possible ways of representing a group of objects in the UI */ export enum ViewMode { List = 'list', Grid = 'grid' }