complete register form
This commit is contained in:
@@ -23,3 +23,14 @@ export interface LoginCodeInterface {
|
||||
code: string
|
||||
}
|
||||
|
||||
export interface RegisterInterface {
|
||||
name: string,
|
||||
family: string,
|
||||
city: object,
|
||||
capCity: object,
|
||||
marketName: string,
|
||||
phoneNumber: string,
|
||||
password: string,
|
||||
repeatPassword: string,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user