main

mattermost/focalboard

Last updated at: 29/12/2023 09:47

index.ts

TLDR

This file contains code related to board cloud limits.

Classes

[No classes in this file]

Methods

[No methods in this file]

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

export const LimitUnlimited = 0

export interface BoardsCloudLimits {
    cards: number
    used_cards: number
    card_limit_timestamp: number
    views: number
}