complete transactions page
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user