@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
6 lines • 446 B
JavaScript
export var KalturaCountryRestrictionType;
(function (KalturaCountryRestrictionType) {
KalturaCountryRestrictionType[KalturaCountryRestrictionType["allowCountryList"] = 1] = "allowCountryList";
KalturaCountryRestrictionType[KalturaCountryRestrictionType["restrictCountryList"] = 0] = "restrictCountryList";
})(KalturaCountryRestrictionType || (KalturaCountryRestrictionType = {}));
//# sourceMappingURL=KalturaCountryRestrictionType.js.map