Skip to content

Commit

Permalink
Read flow operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoalejo committed May 2, 2024
1 parent dbff28d commit 3e64536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ type Flow struct {
Color string `json:"color,omitempty"`
Icon Icon `json:"icon,omitempty"`
Operation Nullable[string] `json:"operation"`
Operations []string `json:"operations,omitempty"`

Unknown map[string]any `json:"-"`
}
Expand Down

0 comments on commit 3e64536

Please sign in to comment.