Push new conversion rate updates to the clients.

This commit is contained in:
softsimon
2021-01-06 23:31:33 +07:00
parent dc63fd9428
commit b91516a1c1
4 changed files with 26 additions and 2 deletions

View File

@@ -137,3 +137,4 @@ interface RequiredParams {
}
export interface ILoadingIndicators { [name: string]: number; }
export interface IConversionRates { [currency: string]: number; }