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