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