main

mattermost/focalboard

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

index.ts

TLDR

This file exports an interface called PrepareOnboardingResponse which defines the structure of the response object returned by a method in the code.

END

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

export interface PrepareOnboardingResponse {
    teamID: string
    boardID: string
}