import { Auth } from './Auth';
import { FeCaeaRegInfReq } from './FeCaeaRegInfReq';
export interface FecaeaRegInformativo {
    Auth?: Auth;
    FeCAEARegInfReq?: FeCaeaRegInfReq;
}
