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