import {User} from "./user"; // not needed if referenced let user = new User('Eugenio'); user.lastName = 'Arosteguy'; user.printFullName();