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