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