blob: 97fcde12d3799cbf52cfbce4b87c0ba6618c8644 (
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 UserAccessTokenSearch struct {
Term string `json:"term"`
}
|