Files
ai-agent/internal/pkg/dto/response/widget_response.go
T

11 lines
274 B
Go
Raw Normal View History

2026-04-09 10:01:23 +08:00
package response
type WidgetConfigResponse struct {
ChannelID string `json:"channelId"`
Title string `json:"title"`
Subtitle string `json:"subtitle"`
ThemeColor string `json:"themeColor"`
Position string `json:"position"`
Width string `json:"width"`
2026-04-09 10:01:23 +08:00
}