export interface AvatarContextRequestModel { avatarId?: string; avatarStyleId?: string; avatarName?: string; avatarStyleName?: string; }