@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
9 lines • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QrSwissPaymentContentFormat = void 0;
var QrSwissPaymentContentFormat;
(function (QrSwissPaymentContentFormat) {
QrSwissPaymentContentFormat["Plain"] = "plain";
QrSwissPaymentContentFormat["Json"] = "json";
})(QrSwissPaymentContentFormat || (exports.QrSwissPaymentContentFormat = QrSwissPaymentContentFormat = {}));
//# sourceMappingURL=QrSwissPaymentContentFormat.js.map