Browse Source

Deprecate platforms

pull/6114/head
Thomas Kaul 1 month ago
parent
commit
5ebbb535b2
  1. 3
      libs/common/src/lib/interfaces/info-item.interface.ts

3
libs/common/src/lib/interfaces/info-item.interface.ts

@ -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;

Loading…
Cancel
Save