Skip to content

Commit

Permalink
Add inputType
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 3, 2023
1 parent 6cd90d3 commit 7b42977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ type InputElement struct {
MinValue int `json:"minValue,omitempty"`
ValidationRuleObject *ValidationRule `json:"validationRuleObject,omitempty"`
Fetch string `json:"fetch,omitempty"`
InputType string `json:"inputType,omitempty"`
}

type ValidationRule struct {
Expand Down

0 comments on commit 7b42977

Please sign in to comment.