@frigade/react 1.32.39 → 1.32.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -371,7 +371,7 @@ interface FormInputProps {
371
371
  formInput: FormInputType;
372
372
  customFormTypeProps: CustomFormTypeProps;
373
373
  inputData: any;
374
- onSaveInputData: (data: object) => void;
374
+ onSaveInputData: (data: any) => void;
375
375
  setFormValidationErrors: (errors: FormValidationError[]) => void;
376
376
  }
377
377
  interface FormValidationError {