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

12 lines
324 B
Go
Raw Normal View History

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