@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
14 lines • 796 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QrSwissPaymentSeparator = void 0;
var QrSwissPaymentSeparator;
(function (QrSwissPaymentSeparator) {
QrSwissPaymentSeparator["DottedLine"] = "dottedLine";
QrSwissPaymentSeparator["DashedLineWithScissors"] = "dashedLineWithScissors";
QrSwissPaymentSeparator["SolidLine"] = "solidLine";
QrSwissPaymentSeparator["DashedLine"] = "dashedLine";
QrSwissPaymentSeparator["DottedLineWithScissors"] = "dottedLineWithScissors";
QrSwissPaymentSeparator["None"] = "none";
QrSwissPaymentSeparator["SolidLineWithScissors"] = "solidLineWithScissors";
})(QrSwissPaymentSeparator || (exports.QrSwissPaymentSeparator = QrSwissPaymentSeparator = {}));
//# sourceMappingURL=QrSwissPaymentSeparator.js.map