import { Auth } from './Auth';
export interface FecaeaSolicitar1 {
    Auth?: Auth;
    Periodo?: number;
    Orden?: number;
}
