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

6 lines
92 B
Go
Raw Normal View History

2026-04-09 10:01:23 +08:00
package response
type WidgetConfigResponse struct {
ChannelID string `json:"channelId"`
}