export interface MessageListItem {
  avatar?: string;
  unreadCount?: number;
  nick?: string;
  content?: string;
  time?: string;
}
