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