diff --git a/src/components/Form/types.ts b/src/components/Form/types.ts index ee9b10b7ab81..0f23920e82a1 100644 --- a/src/components/Form/types.ts +++ b/src/components/Form/types.ts @@ -43,6 +43,7 @@ type ValidInputs = | typeof RoomNameInput | typeof ValuePicker | typeof DatePicker + | typeof RadioButtons | typeof AmountPicker | typeof AddPlaidBankAccount;