FrontLinkObject.ets
301 Bytes
export interface FrontLinkObject {
coverSize: string;
coverUrl: string;
linkUrl: string;
newsId: string;
newsLevel: string;
// newsPageId?: any;
newsRelId: number;
// newsRelType?: any;
newsType: number;
publishTime: string;
source: string;
summary: string;
title: string;
}