Ultimas revisiones

This commit is contained in:
SinR0str0
2026-08-08 23:00:46 -06:00
parent 5077af6727
commit 921d9a8970
74 changed files with 2095 additions and 1754 deletions
+8 -8
View File
@@ -1,9 +1,9 @@
interface Row {
Asistencia: number
Nombre: string
'Apellido Paterno': string
'Apellido Materno': string
Carrera: string
'Institución Procedencia': string
Email: string
}
Asistencia: number;
Nombre: string;
'Apellido Paterno': string;
'Apellido Materno': string;
Carrera: string;
'Institución Procedencia': string;
Email: string;
}