Files
cedetec_api_nest/src/email/dto/rowInterface.interface.ts
T
2026-08-08 23:00:46 -06:00

10 lines
192 B
TypeScript

interface Row {
Asistencia: number;
Nombre: string;
'Apellido Paterno': string;
'Apellido Materno': string;
Carrera: string;
'Institución Procedencia': string;
Email: string;
}