Fix onboarding process not getting the subcription plan

This commit is contained in:
Urtzi Alfaro
2025-10-01 21:56:38 +02:00
parent b93fb850c3
commit c9d8d1d071
10 changed files with 312 additions and 15 deletions

View File

@@ -28,6 +28,9 @@ export interface UserRegistration {
phone?: string;
language?: string;
timezone?: string;
subscription_plan?: string;
use_trial?: boolean;
payment_method_id?: string;
}
export interface UserLogin {