Interface NewsData

interface NewsData {
    contents: null | NewsResponse;
    isNew: boolean;
}

Properties

Properties

contents: null | NewsResponse
isNew: boolean