mirror of
https://github.com/mattermost/focalboard.git
synced 2025-04-14 11:28:37 +02:00
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||
|
// See LICENSE.txt for license information.
|
||
|
|
||
|
export interface BoardSiteStatistics {
|
||
|
board_count: number
|
||
|
card_count: number
|
||
|
}
|