9 строки
348 B
TypeScript
9 строки
348 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export const appsPluginId = 'com.mattermost.apps';
|
|
export const boardsPluginId = 'focalboard';
|
|
export const boardsProductId = 'boards';
|
|
export const callsPluginId = 'com.mattermost.calls';
|
|
export const playbooksPluginId = 'playbooks';
|