create datepicker - set farsi digit font - create my account page - fix bugs
This commit is contained in:
@@ -54,4 +54,20 @@ export interface StatusBoxItemInterface {
|
||||
title: string,
|
||||
icon: React.ReactNode,
|
||||
value: number
|
||||
}
|
||||
|
||||
export interface MyAccountInterface {
|
||||
phoneNumber: string,
|
||||
marketName: string,
|
||||
name: string,
|
||||
family: string,
|
||||
city: object,
|
||||
capCity: object,
|
||||
address: string,
|
||||
phoneNumber1: string,
|
||||
staticNumber: string,
|
||||
date: string,
|
||||
currentPassword: string,
|
||||
newPassword: string,
|
||||
repeatPassword: string
|
||||
}
|
||||
Reference in New Issue
Block a user