import { User } from '@ghostfolio/common/interfaces'; export interface SubscriptionInterstitialDialogParams { user: User; }