"use strict"; // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. Object.defineProperty(exports, "__esModule", { value: true }); exports.GroupSource = exports.SyncableType = void 0; var SyncableType; (function (SyncableType) { SyncableType["Team"] = "team"; SyncableType["Channel"] = "channel"; })(SyncableType || (exports.SyncableType = SyncableType = {})); var GroupSource; (function (GroupSource) { GroupSource["Ldap"] = "ldap"; GroupSource["Custom"] = "custom"; })(GroupSource || (exports.GroupSource = GroupSource = {}));