6 lines
146 B
Go
6 lines
146 B
Go
package models
|
|
|
|
type WatchExport struct {
|
|
Filters []Filter `json:"filters"`
|
|
Connections []FilterConnection `json:"connections"`
|
|
}
|