Introduce @ghostfolio/common lib (#102)
parent
561d8dbc70
commit
abd0e08566
@ -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 have changed in this diff Show More
Loading…
Reference in new issue