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