export class User { id?: number; login?: string; password?: string; created?: Date; }