2025-04-01 10:38:02 +09:00

12 lines
181 B
Go

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