From 7d5743fdb0dc882194a33ee11844858661f504cf Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Thu, 11 Jul 2024 15:27:05 +0100 Subject: [PATCH] fix: missing user prop definition See https://pipedream.com/docs/components/api#user-input-props --- types/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/src/index.ts b/types/src/index.ts index 01846d400223c..ca2a87545880d 100644 --- a/types/src/index.ts +++ b/types/src/index.ts @@ -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