UNPKG

@superfluid-finance/sdk-core

Version:
10 lines 452 B
"use strict"; 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