Fix onboarding process not getting the subcription plan
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user