export type Plan = { name: string ownerIdentity: string planValue: number currencyCode: string extras: { Cluster: string CommandThroughput: string DataRetentionPeriod: string IdForHubSpotDeal: string IsDefaultPlan: string MessageThroughput: string NotificationThroughput: string } }