export interface AvatarInterface { id: string | number; size: string; imagePath: string; altText: string; }