kanban / webapp /src /config /clientConfig.ts
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export type ClientConfig = {
telemetry: boolean
telemetryid: string
enablePublicSharedBoards: boolean
featureFlags: Record<string, string>
teammateNameDisplay: string
maxFileSize: number
}