Feature/move set Ghostfolio API key to experimental (#4147)
* Move set Ghostfolio API key to experimentalpull/4149/head^2
parent
c9047e7c17
commit
15639cb3d0
@ -1,4 +1,7 @@
|
||||
import { User } from '@ghostfolio/common/interfaces';
|
||||
|
||||
export interface GhostfolioPremiumApiDialogParams {
|
||||
deviceType: string;
|
||||
pricingUrl: string;
|
||||
user: User;
|
||||
}
|
||||
|
Loading…
Reference in new issue