vrfi-design-system 1.2.3 → 1.2.5

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/dist/index.d.ts CHANGED
@@ -756,6 +756,10 @@ export declare interface LoaderProps {
756
756
 
757
757
  declare interface LooseChat {
758
758
  chatType?: string;
759
+ participantDetails?: {
760
+ name?: string;
761
+ profileUrl?: string;
762
+ };
759
763
  messages?: LooseMessage[];
760
764
  }
761
765