mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 18 additions and 12 deletions
@ -1,4 +1,7 @@ |
|||||
|
import { User } from '@ghostfolio/common/interfaces'; |
||||
|
|
||||
export interface GhostfolioPremiumApiDialogParams { |
export interface GhostfolioPremiumApiDialogParams { |
||||
deviceType: string; |
deviceType: string; |
||||
pricingUrl: string; |
pricingUrl: string; |
||||
|
user: User; |
||||
} |
} |
||||
|
Loading…
Reference in new issue