UNPKG

@huddly/sdk-interfaces

Version:

Module for describing the Huddly SDK using interfaces

12 lines 355 B
"use strict"; 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