@superfluid-finance/sdk-core
Version:
SDK Core for building with Superfluid Protocol
10 lines • 452 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlowUpdateType = void 0;
var FlowUpdateType;
(function (FlowUpdateType) {
FlowUpdateType[FlowUpdateType["Create"] = 0] = "Create";
FlowUpdateType[FlowUpdateType["Update"] = 1] = "Update";
FlowUpdateType[FlowUpdateType["Terminate"] = 2] = "Terminate";
})(FlowUpdateType || (exports.FlowUpdateType = FlowUpdateType = {}));
//# sourceMappingURL=events.js.map
;