export class User { public email: string constructor(email: string) { this.email = email } }