Browse Source

Extend SubscriptionOfferKey

pull/6022/head
Thomas Kaul 6 days ago
parent
commit
2131af839f
  1. 3
      libs/common/src/lib/types/subscription-offer-key.type.ts

3
libs/common/src/lib/types/subscription-offer-key.type.ts

@ -2,4 +2,5 @@ export type SubscriptionOfferKey =
| 'default'
| 'renewal'
| 'renewal-early-bird-2023'
| 'renewal-early-bird-2024';
| 'renewal-early-bird-2024'
| 'renewal-early-bird-2025';

Loading…
Cancel
Save