export default class User { id: string = null; userName: string = null; password: string = null; firstName: string = null; email: string = null; mobilePhone: string = null; telephoneNumber: string = null; lastName: string = null; permission: string = "GENERAL"; // deprecated, use localStorage user.locations instead customerIds: number[] = []; }