feat: abstract the pricing plans for setup and billing page

This commit is contained in:
Ahmed Bouhuolia
2024-07-30 17:47:03 +02:00
parent 07c57ed539
commit ba7f32c1bf
13 changed files with 253 additions and 120 deletions

View File

@@ -92,7 +92,7 @@ export function useResumeMainSubscription(
}
interface ChangeMainSubscriptionPlanValues {
variantId: string;
variant_id: string;
}
interface ChangeMainSubscriptionPlanResponse {}