mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
5 changed files with 15 additions and 9 deletions
@ -1,12 +1,16 @@ |
|||
import { DataProviderInfo } from './data-provider-info.interface'; |
|||
|
|||
export interface AdminData { |
|||
activitiesCount: number; |
|||
dataProviders: (DataProviderInfo & { |
|||
assetProfileCount: number; |
|||
useForExchangeRates: boolean; |
|||
})[]; |
|||
settings: { [key: string]: boolean | object | string | string[] }; |
|||
|
|||
/** @deprecated use activitiesCount instead */ |
|||
transactionCount: number; |
|||
|
|||
userCount: number; |
|||
version: string; |
|||
} |
|||
|
|||
Loading…
Reference in new issue