- User Profile
- DashBoard start
This commit is contained in:
@@ -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