complete transactions page

This commit is contained in:
Alihaghighattalab
2024-08-11 11:01:10 +03:30
parent 7e18228d46
commit f552eee230
13 changed files with 118 additions and 30 deletions
+14
View File
@@ -108,4 +108,18 @@ export interface installationReportsInterface {
imei_number: string
install_date: string
install_iemi: string
}
export interface colConfig {
accessor: string
header: string
cellRenderer?: (info: any) => JSX.Element;
}
export interface TransactionsInterface {
status: boolean
amount: string
request_date: string
traking_number: string
deposit_date: string
}