Interface ArticleInfo

Interface for article information

interface ArticleInfo {
    article: null | string;
    cardContent: null | string;
    coverImagePath: null | string;
    date: null | number;
    linkPath: null | string;
}

Properties

article: null | string

content of article itself

cardContent: null | string
coverImagePath: null | string

Path to the cover image

date: null | number

Unix time of article creation

linkPath: null | string

path to the article