@pipedream/connect-react 2.7.0 → 2.7.2

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.
@@ -415,6 +415,8 @@ export declare interface FilePickerItem {
415
415
  size?: number;
416
416
  childCount?: number;
417
417
  lastModifiedDateTime?: string;
418
+ webUrl?: string;
419
+ description?: string;
418
420
  raw?: unknown;
419
421
  }
420
422