interface NewsItem {
    link: string;
    mlink: string;
    published: string;
    tag: string;
    title: string;
    type: string;
    val: number;
}

Properties

link: string
mlink: string
published: string
tag: string
title: string
type: string
val: number