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