- User Profile
- DashBoard start
This commit is contained in:
@@ -8,6 +8,9 @@ const enum ESexType {
|
||||
|
||||
export interface IUserProfile {
|
||||
img?: string
|
||||
nationality?: string
|
||||
intcode_cell?: string
|
||||
iso2_cell?: string
|
||||
cell?: string
|
||||
dateofbirth?: Date
|
||||
sex?: ESexType
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { IUserProfile } from '@src/model/UserStore'
|
||||
|
||||
export interface ISignupOptions {
|
||||
email?: string
|
||||
@@ -9,4 +10,5 @@ export interface ISignupOptions {
|
||||
repeatPassword?: string
|
||||
terms?: boolean
|
||||
aportador_solidario?: string
|
||||
profile?: IUserProfile
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user