Type Alias SoyUdgError

SoyUdgError: {
    code: number;
    data: {
        error: string;
        tarjeta_informador: unknown[];
    };
}