import { Auth } from './Auth';
export interface FeCompTotXRequest1 {
    Auth?: Auth;
}
