@0xsplits/splits-sdk
Version:
SDK for the 0xSplits protocol
9 lines • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SplitV2Type = void 0;
var SplitV2Type;
(function (SplitV2Type) {
SplitV2Type["Push"] = "push";
SplitV2Type["Pull"] = "pull";
})(SplitV2Type || (exports.SplitV2Type = SplitV2Type = {}));
//# sourceMappingURL=types.js.map