UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrganizationType = void 0; /** * @export * @enum {string} */ var OrganizationType; (function (OrganizationType) { OrganizationType["ROOT_ORGANIZATION"] = "ROOT_ORGANIZATION"; OrganizationType["SUB_ORGANIZATION"] = "SUB_ORGANIZATION"; })(OrganizationType || (exports.OrganizationType = OrganizationType = {})); exports.default = OrganizationType;