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