Type Alias Profesor

Profesor: {
    apellidos: string;
    idprofesor: string;
    nombres: string;
}