export interface AvatarDataList { id: string; name: string; thumbnail: string; }