Type Alias StudentInfoType
StudentInfoType: { alumcodigo: string; curp: string; desctiposangr: string | null; domicilio: string; email: string; fechnacimient: string; firma: string; foto: string; genero: "M" | "F"; imss: string; lugadomicilio: DomicilioFormated; lugadomicilioDB: string; nombre: string; rfc: string | null; teleemergenci: string; tiposangre: string | null; } Type declaration
alumcodigo: string
curp: string
desctiposangr: string | null
domicilio: string
email: string
fechnacimient: string
firma: string
foto: string
genero: "M" | "F"
imss: string
lugadomicilioDB: string
nombre: string
rfc: string | null
teleemergenci: string
tiposangre: string | null
Firma del alumno codificada en Base64