i399exng1ts/app/post.cls.ts

4 lines
86 B
TypeScript
Raw Permalink Normal View History

2017-05-17 18:36:09 +03:00
export class Post {
constructor(private title: string, private text: string) {}
}