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