H5ReceiveDataJsonBean.ets 264 Bytes
import { ResponseBean } from './ResponseBean';

export interface H5ReceiveDataJsonBean {
  contentId: string;
  contentType: string;
  topicId: string;
  channelId: string;
  compId: string;
  sourcePage: string;
  netError: string;
  responseMap: ResponseBean;

}