import { Auth } from './Auth';
import { FeCaeReq } from './FeCaeReq';
export interface FecaeSolicitar {
    Auth?: Auth;
    FeCAEReq?: FeCaeReq;
}
