Interface NewsResponse

interface NewsResponse {
    body: string;
    createAt: string;
    id: string;
    publishedAt: string;
    revisedAt: string;
    title: string;
}

Properties

body: string
createAt: string
id: string
publishedAt: string
revisedAt: string
title: string