import { Auth } from './Auth';
export interface FeCompUltimoAutorizado {
    Auth?: Auth;
    PtoVta?: number;
    CbteTipo?: number;
}
