Type Alias Card

Card: {
    apellido_materno: string;
    apellido_paterno: string;
    centro: string;
    centroDesc: string;
    curp: string;
    error?: string;
    firma: string;
    firmaRector: string;
    foto: string;
    imss: string;
    nombre: string;
    nombreRector: string;
    sede: string;
    tarjeta_informador: unknown[];
}