Skip to content

Commit

Permalink
fix: missing user prop definition (#12808)
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Jul 11, 2024
1 parent afc2928 commit 7b154b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ export interface UserProp extends BasePropInterface {
secret?: boolean;
min?: number;
max?: number;
disabled?: boolean;
hidden?: boolean;
}

// https://pipedream.com/docs/components/api/#interface-props
Expand Down

0 comments on commit 7b154b3

Please sign in to comment.