create investment endpoint for analysis timeline
Co-authored-by: Thomas <dotsilver@gmail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface InvestmentItem {
|
||||
date: string;
|
||||
investment: number;
|
||||
}
|
Reference in New Issue
Block a user