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