@mos-connection/helper
Version:
Helper functions for the MOS-connection library
8 lines • 337 B
TypeScript
import * as XMLBuilder from 'xmlbuilder';
import { IMOSRunningOrder } from '@mos-connection/model';
import { ROCreate } from './roCreate';
export declare class ROReplace extends ROCreate {
constructor(ro: IMOSRunningOrder, strict: boolean);
get messageXMLBlocks(): XMLBuilder.XMLElement;
}
//# sourceMappingURL=roReplace.d.ts.map