fasten-onprem/backend/pkg/models/user_settings.go

6 lines
138 B
Go
Raw Normal View History

package models
type UserSettings struct {
DashboardLocations []string `json:"dashboard_locations" mapstructure:"dashboard_locations"`
}