Interface NewsCardProperty

Interface that defines property for NewsCard component

interface NewsCardProperty {
    isNew: boolean;
    newsEntry: NewsEntry;
}

Properties

Properties

isNew: boolean

Mark the entry new

newsEntry: NewsEntry

Data of news