|
@ -1,7 +1,7 @@ |
|
|
export interface AdminData { |
|
|
export interface AdminData { |
|
|
dataGatheringProgress: number; |
|
|
dataGatheringProgress?: number; |
|
|
exchangeRates: { label1: string; label2: string; value: number }[]; |
|
|
exchangeRates: { label1: string; label2: string; value: number }[]; |
|
|
lastDataGathering: Date | 'IN_PROGRESS'; |
|
|
lastDataGathering?: Date | 'IN_PROGRESS'; |
|
|
transactionCount: number; |
|
|
transactionCount: number; |
|
|
userCount: number; |
|
|
userCount: number; |
|
|
users: { |
|
|
users: { |
|
|