export interface DataModel { Id: string; Label: string; Photo: string; HeadBackgroundColor: string; NameLetter?: string; Uid?: string; Type?: string; SessionId?: string; }