mirror of https://github.com/ghostfolio/ghostfolio
6 changed files with 15 additions and 6 deletions
@ -1 +1,5 @@ |
|||||
export type SubscriptionOffer = 'default' | 'renewal' | 'renewal-early-bird'; |
export type SubscriptionOffer = |
||||
|
| 'default' |
||||
|
| 'renewal' |
||||
|
| 'renewal-early-bird-2023' |
||||
|
| 'renewal-early-bird-2024'; |
||||
|
Loading…
Reference in new issue