@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OperationType = void 0;
var OperationType;
(function (OperationType) {
OperationType["Buy"] = "Buy";
OperationType["Sell"] = "Sell";
})(OperationType || (exports.OperationType = OperationType = {}));
//# sourceMappingURL=OperationType.js.map