update order details view, translations
This commit is contained in:
@@ -9,8 +9,8 @@ export interface AccountSubmitData {
|
||||
email: string;
|
||||
phone?: string;
|
||||
city?: string;
|
||||
weight: number | null;
|
||||
height: number | null;
|
||||
weight?: number | null | undefined;
|
||||
height?: number | null | undefined;
|
||||
userConsent: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user