complete score page

This commit is contained in:
Alihaghighattalab
2024-08-11 11:59:32 +03:30
parent f552eee230
commit c977d71a19
8 changed files with 76 additions and 8 deletions
+6
View File
@@ -122,4 +122,10 @@ export interface TransactionsInterface {
request_date: string
traking_number: string
deposit_date: string
}
export interface ScoreInterface {
title: string
score: number
date: string
}