export class LoginParameters { firstName: string; lastName: string; password: string; start = 'last'; }