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