H5ReceiveDataJsonBean.ets 277 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 import { ResponseBean } from './ResponseBean'; export interface H5ReceiveDataJsonBean<T = ResponseBean> { contentId?: string; contentType?: string; topicId?: string; channelId?: string; compId?: string; sourcePage?: string; netError: string; responseMap: T; }