Type alias GroupSubscriptionsLimit

GroupSubscriptionsLimit: {
    maxSubscriptionsToShow: number;
    periodInDays: number;
}

Type declaration

  • maxSubscriptionsToShow: number
  • periodInDays: number

Generated using TypeDoc