forked from Ivasoft/mattermost-mobile
34 lines
881 B
TypeScript
34 lines
881 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
interface ClientLicense {
|
|
Announcement: string;
|
|
Cloud: string;
|
|
Cluster: string;
|
|
Company: string;
|
|
Compliance: string;
|
|
CustomPermissionsSchemes: string;
|
|
CustomTermsOfService: string;
|
|
DataRetention: string;
|
|
Elasticsearch: string;
|
|
EmailNotificationContents: string;
|
|
GoogleOAuth: string;
|
|
GuestAccounts: string;
|
|
GuestAccountsPermissions: string;
|
|
IDLoadedPushNotifications: string;
|
|
IsLicensed: string;
|
|
LDAP: string;
|
|
LDAPGroups: string;
|
|
LockTeammateNameDisplay: string;
|
|
MFA: string;
|
|
MHPNS: string;
|
|
MessageExport: string;
|
|
Metrics: string;
|
|
Office365OAuth: string;
|
|
OpenId: string;
|
|
RemoteClusterService: string;
|
|
SAML: string;
|
|
SharedChannels: string;
|
|
Users: string;
|
|
}
|