mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
7 lines
124 B
Go
7 lines
124 B
Go
|
package model
|
||
|
|
||
|
type ClientConfig struct {
|
||
|
Telemetry bool `json:"telemetry"`
|
||
|
TelemetryID string `json:"telemetryid"`
|
||
|
}
|