@huddly/sdk-interfaces
Version:
Module for describing the Huddly SDK using interfaces
12 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @ignore
*/
var ReleaseChannel;
(function (ReleaseChannel) {
ReleaseChannel["STABLE"] = "stable";
ReleaseChannel["RELEASE_CANDIDATE"] = "rc";
})(ReleaseChannel || (ReleaseChannel = {}));
exports.default = ReleaseChannel;
//# sourceMappingURL=ReleaseChannel.js.map