Skip to content

DashboardStyle🔗

Definition🔗

type DashboardStyle string
const (
    DashboardStyleLight DashboardStyle = "light"
    DashboardStyleDark DashboardStyle = "dark"
)