commentInfo.ets 464 Bytes
export interface commentInfo {
  commentTitle: string,
  commentPics: string,
  newsTitle: string,
  userId?: string,
  userName?: string,
  userHeaderUrl?: string,
  publishTime: number,
  commentId: string,
  newsId: string,
  relId: string;
  relType: string;
  newsType?: string,
  objectType?: string,
  objectLevel: string,
  userType?: number,
  leaderArticle?: number,
  linkUrl: string,
  newsCoverUrl: string,
  normalLinkUrl: string,
  pageId: string
}