answer/internal/schema/theme_schema.go

9 lines
103 B
Go
Raw Normal View History

2022-09-27 17:59:05 +08:00
package schema
var GetThemeOptions = []*ThemeOption{
2022-09-27 17:59:05 +08:00
{
Label: "Default",
Value: "default",
},
}