feat(cloud): improved upgrade journey
This commit is contained in:
@@ -12,6 +12,7 @@ export interface Subscription {
|
||||
status: string;
|
||||
seats: number | null;
|
||||
unlimitedSeats: boolean;
|
||||
partnerTier: number | null;
|
||||
periodStart: Date | null;
|
||||
periodEnd: Date | null;
|
||||
referenceId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user