import { FeParamGetPtosVentaResult } from './FeParamGetPtosVentaResult';
export interface FeParamGetPtosVentaResponse1 {
    FEParamGetPtosVentaResult?: FeParamGetPtosVentaResult;
}
