blob: 331394cbab6250b295b0a5953ac13a8fe880fe4e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package model
type CommandMoveRequest struct {
TeamId string `json:"team_id"`
}
|