@ -13,7 +13,10 @@ export interface InfoItem {
globalPermissions: string[];
isDataGatheringEnabled?: string;
isReadOnlyMode?: boolean;
/** @deprecated */
platforms: Platform[];
statistics: Statistics;
stripePublicKey?: string;
subscriptionOffer?: SubscriptionOffer;