Task/introduce interface for get account response (#5902)
* Introduce interface for get account responsepull/5928/head
parent
d1190fc15a
commit
9383fc00cb
@ -0,0 +1,3 @@
|
||||
import { AccountWithValue } from '@ghostfolio/common/types';
|
||||
|
||||
export interface AccountResponse extends AccountWithValue {}
|
||||
Loading…
Reference in new issue