UNPKG

@microfocus/alm-octane-test-result-convertion

Version:

A NodeJS library for converting different kinds of test reports into OpenText SDP / SDM format.

15 lines 300 B
export default interface Property { _attributes: { name: string; value?: string; }; _cdata?: string; item?: { _attributes: { name: string; }; _cdata?: string; _text?: string; }[]; } //# sourceMappingURL=Property.d.ts.map