mirror of https://github.com/ghostfolio/ghostfolio
104 changed files with 133 additions and 134 deletions
@ -1,7 +1,7 @@ |
|||
# helper |
|||
# @ghostfolio/common |
|||
|
|||
This library was generated with [Nx](https://nx.dev). |
|||
|
|||
## Running unit tests |
|||
|
|||
Run `nx test helper` to execute the unit tests via [Jest](https://jestjs.io). |
|||
Run `nx test common` to execute the unit tests via [Jest](https://jestjs.io). |
@ -1,4 +1,4 @@ |
|||
import { Position } from '@ghostfolio/helper/interfaces'; |
|||
import { Position } from '@ghostfolio/common/interfaces'; |
|||
|
|||
export interface PortfolioItem { |
|||
date: string; |
@ -1,3 +1,3 @@ |
|||
import { UserWithSettings } from '@ghostfolio/helper/interfaces'; |
|||
import { UserWithSettings } from '@ghostfolio/common/interfaces'; |
|||
|
|||
export type RequestWithUser = Request & { user: UserWithSettings }; |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue