i399exng1ts/post.ts

4 lines
84 B
TypeScript

export class Post {
constructor(public title: string, public text: string) {}
}