vrfi-design-system 1.0.77 → 1.0.79

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
@@ -636,6 +636,7 @@ export declare interface ProfileDetailProps {
636
636
  userId: string;
637
637
  imageUrl?: string;
638
638
  verified: boolean;
639
+ sinNumber?: number;
639
640
  }
640
641
 
641
642
  export { QueryParams }