export default interface STREAMING_NEWS_RECORD {
    body?: string;
    key?: string;
    time?: number;
    title?: string;
}
