Interface RawNews

interface RawNews {
    body: string;
    date: number;
    image: string;
    title: string;
}

Properties

Properties

body: string
date: number
image: string
title: string