import { LoteRps } from './LoteRps';
/** EnviarLoteRpsSincronoEnvio */
export interface EnviarLoteRpsSincronoEnvio {
    /** LoteRps */
    LoteRps: LoteRps;
}
