Files

12 lines
181 B
Go

package models
type TotalPublicDashboard struct {
TotalCount float64
IsEnabled bool
ShareType string
}
type Metrics struct {
TotalPublicDashboards []*TotalPublicDashboard
}