Files
cedetec_api_nest/src/email/dto/rowInterface.interface.ts
T

9 lines
198 B
TypeScript

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