mirror of https://github.com/ghostfolio/ghostfolio
Thomas Kaul
2 months ago
committed by
GitHub
6 changed files with 46 additions and 9 deletions
@ -1,4 +1,7 @@ |
|||||
|
import { UserWithSettings } from '@ghostfolio/common/types'; |
||||
|
|
||||
export interface DataProviderGhostfolioStatusResponse { |
export interface DataProviderGhostfolioStatusResponse { |
||||
dailyRequests: number; |
dailyRequests: number; |
||||
dailyRequestsMax: number; |
dailyRequestsMax: number; |
||||
|
subscription: UserWithSettings['subscription']; |
||||
} |
} |
||||
|
Loading…
Reference in new issue