complete suscriptions page

This commit is contained in:
Alihaghighattalab
2024-08-11 14:39:02 +03:30
parent c977d71a19
commit 390442a331
8 changed files with 93 additions and 1 deletions
+9
View File
@@ -128,4 +128,13 @@ export interface ScoreInterface {
title: string
score: number
date: string
}
export interface SubscriptionReportInterface {
imei_number: string
renewal_date: string
renewal_type: string
amount: string
contribution: string,
percentage:string
}