import { Auth } from './Auth';
export interface FecaeaSinMovimientoConsultar {
    Auth?: Auth;
    CAEA?: string;
    PtoVta?: number;
}
