interface Infos {
    author: string;
    content: string;
    date: Date;
    id: number;
    page: number;
    topicId: number;
    url: string;
}

Properties

author: string
content: string
date: Date
id: number
page: number
topicId: number
url: string