UNPKG

wallee

Version:
9 lines (8 loc) 355 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.TerminalReceiptFormat = void 0; var TerminalReceiptFormat; (function (TerminalReceiptFormat) { TerminalReceiptFormat["PDF"] = "PDF"; TerminalReceiptFormat["TXT"] = "TXT"; })(TerminalReceiptFormat || (exports.TerminalReceiptFormat = TerminalReceiptFormat = {}));