funky-framadate-front/src/app/core/models/comment.model.ts

4 lines
88 B
TypeScript

export class Comment {
constructor(public author: string, public content: string) {}
}