interface Infos {
    author: Author;
    content: { raw: string; tree: Tree[] };
    id: number;
    mark: number;
    publishDate: string;
}

Properties

author: Author
content: { raw: string; tree: Tree[] }
id: number
mark: number
publishDate: string