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