@saas-support/react 0.7.0 → 0.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.
package/dist/index.d.ts CHANGED
@@ -287,6 +287,7 @@ export declare interface Org {
287
287
  slug: string;
288
288
  avatarUrl?: string;
289
289
  metadata?: string;
290
+ planName?: string;
290
291
  }
291
292
 
292
293
  export declare interface PendingInvite {