cobinhood-rx
Version:
CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.
9 lines • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var LedgerTypeValue;
(function (LedgerTypeValue) {
LedgerTypeValue["Funding"] = "funding";
LedgerTypeValue["Margin"] = "margin";
LedgerTypeValue["Exchange"] = "exchange";
})(LedgerTypeValue = exports.LedgerTypeValue || (exports.LedgerTypeValue = {}));
//# sourceMappingURL=LedgerTypeValue.js.map