feat(subscription): implement feature gating for subscription-based access in admin panel
This commit is contained in:
@@ -339,7 +339,7 @@ export interface SubscriptionPeriod {
|
||||
|
||||
export interface MySubscriptionData {
|
||||
subscription: {
|
||||
plan: { name: string; level: number; features: Record<string, boolean> };
|
||||
plan: { name: string; level: number; max_secretaries: number; features: Record<string, boolean> };
|
||||
period?: { label: string; duration_months: number };
|
||||
is_trial: boolean;
|
||||
starts_at?: number;
|
||||
|
||||
Reference in New Issue
Block a user