UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPubSubTopicType = void 0; var EPubSubTopicType; (function (EPubSubTopicType) { EPubSubTopicType["SUB_CHANGE_STATUS"] = "SUBSCRIPTION_CHANGE_STATUS"; EPubSubTopicType["OTHER"] = "OTHER"; })(EPubSubTopicType || (exports.EPubSubTopicType = EPubSubTopicType = {}));