export class Comment {

    content: string = '';
    answers: string[] = [];

}