Files
ai-agent/internal/pkg/dto/response/widget_response.go
T
mlogclub efe801b8bf Init
2026-04-09 10:01:23 +08:00

6 lines
92 B
Go

package response
type WidgetConfigResponse struct {
ChannelID string `json:"channelId"`
}