vrfi-design-system 1.1.64 → 1.1.66

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
@@ -626,6 +626,7 @@ declare interface GenericChatShape {
626
626
  lastMessage?: {
627
627
  body?: string;
628
628
  };
629
+ chatType?: string;
629
630
  participantDetails?: {
630
631
  name?: string;
631
632
  profileUrl?: string;
@@ -733,6 +734,7 @@ export declare interface LoaderProps {
733
734
  }
734
735
 
735
736
  declare interface LooseChat {
737
+ chatType?: string;
736
738
  participantDetails?: {
737
739
  name?: string;
738
740
  profileUrl?: string;