interface Topic {
    author: string;
    icon: string;
    id: number;
    lastAnswerDate: Date;
    nbAnswers: number;
    title: string;
    url: string;
}

Properties

author: string
icon: string
id: number
lastAnswerDate: Date
nbAnswers: number
title: string
url: string