import { FeCompConsultarResult } from './FeCompConsultarResult';
export interface FeCompConsultarResponse1 {
    FECompConsultarResult?: FeCompConsultarResult;
}
