import { Auth } from './Auth';
export interface FeParamGetPtosVenta {
    Auth?: Auth;
}
