mirror of https://github.com/ghostfolio/ghostfolio
13 changed files with 28 additions and 27 deletions
@ -1,3 +1,3 @@ |
|||
import { UserWithSettings } from '@ghostfolio/common/interfaces'; |
|||
import { UserWithSettings } from '@ghostfolio/common/types'; |
|||
|
|||
export type RequestWithUser = Request & { user: UserWithSettings }; |
|||
|
@ -0,0 +1 @@ |
|||
export type SubscriptionOffer = 'default' | 'renewal'; |
Loading…
Reference in new issue