complete management account page
This commit is contained in:
@@ -71,4 +71,16 @@ export interface MyAccountInterface {
|
||||
currentPassword: string,
|
||||
newPassword: string,
|
||||
repeatPassword: string
|
||||
}
|
||||
|
||||
type BankName = "saderat" | "mehr" | "pasargad"
|
||||
type PersianBankName = "مهر" | "صادرات" | "پاسارگاد"
|
||||
|
||||
export interface BankCartInterface {
|
||||
id: number,
|
||||
bankName: BankName,
|
||||
bankPersianName: PersianBankName,
|
||||
cartNumber: number | string,
|
||||
cartOwner: string,
|
||||
shabaNumber: string,
|
||||
}
|
||||
Reference in New Issue
Block a user