export enum eCommonElement { LIST = 'List', LIST_LOWERCASE = 'list', CARD = 'Card', CARD_LOWERCASE = 'card', MAP = 'Map', MAP_LOWERCASE = 'map', }