// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. export type RemoteInfo = { name: string; serverVersion?: string; hasFocalboard?: boolean; hasPlaybooks?: boolean; };