export interface CbteAsoc {
    Tipo?: number;
    PtoVta?: number;
    Nro?: number;
    Cuit?: string;
    CbteFch?: string;
}
