TopicInfoDTO.ets 808 Bytes
import { FrontLinkObject } from './FrontLinkObject';

export interface TopicInfoDTO {
  axisColor: string;
  // channelId?: any;
  commentFlag: number;
  commentPreviewFlag: number;
  commentShowFlag: number;
  frontFlag: number;
  frontLinkObject: FrontLinkObject;
  posterFlag: number;
  posterUrl: string;
  // relId?: any;
  // relObjectId?: any;
  // relType?: any;
  shareCoverUrl: string;
  shareOpen: number;
  sharePosterCoverUrl: string;
  // sharePosterOpen?: any;
  shareSummary: string;
  shareTitle: string;
  shareUrl: string;
  slideColor: string;
  summary: string;
  title: string;
  // titleShow?: any;
  topicDate: string;
  topicId: string;
  topicPattern: number;
  // topicTemplate?: any;
  topicType: number;
  transluceImgUrl: string;
  visitorComment: number;
  // voteInfo?: any;
}