export interface ICollectionItem { id: string | number element: T }