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[];
}

Type declaration

  • apellido_materno: string
  • apellido_paterno: string
  • centro: string
  • centroDesc: string
  • curp: string
  • Optional error?: string
  • firma: string
  • firmaRector: string
  • foto: string
  • imss: string
  • nombre: string
  • nombreRector: string
  • sede: string
  • tarjeta_informador: unknown[]