6 lines
92 B
Go
6 lines
92 B
Go
|
|
package response
|
||
|
|
|
||
|
|
type WidgetConfigResponse struct {
|
||
|
|
ChannelID string `json:"channelId"`
|
||
|
|
}
|