export class CommentEnd { id: number; constructor(id: number) { this.id = id; } }