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