push for fix bug!

This commit is contained in:
Alihaghighattalab
2024-08-14 14:21:08 +03:30
parent 3bbf577093
commit 855cbc414d
10 changed files with 113 additions and 16 deletions
+27
View File
@@ -142,4 +142,31 @@ export interface SubscriptionReportInterface {
amount: string
contribution: string,
percentage: string
}
export interface DeviceId {
tomanPrice: number,
dollarProfit: number,
profit: number,
status: number,
_id: string,
IMEI: string,
model: string,
score: number,
renewalProfit: number,
created_at: string,
updated_at: string,
__v: number,
id: string
}
export interface RegisterDeviceResponse {
status: number,
_id: string,
deviceId: DeviceId
registerDate: string,
userId: string,
created_at: string,
updated_at: string,
__v: number,
id: string
}