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