mirror of https://github.com/ghostfolio/ghostfolio
16 changed files with 26 additions and 19 deletions
@ -1,3 +1,3 @@ |
|||
import { UserWithSettings } from './user-with-settings'; |
|||
import { UserWithSettings } from '@ghostfolio/helper/interfaces'; |
|||
|
|||
export type RequestWithUser = Request & { user: UserWithSettings }; |
Loading…
Reference in new issue