import {stringsToEnum} from './../utils/array'; export enum ViewMode { Cards = 'cards', Map = 'map', Table = 'table', }