types: add MostActiveStock interface
This commit is contained in:
@@ -13,3 +13,11 @@ export interface AlpacaAccount {
|
||||
buying_power: number;
|
||||
portfolio_value: number;
|
||||
}
|
||||
|
||||
export interface MostActiveStock {
|
||||
symbol: string;
|
||||
name: string;
|
||||
price: number;
|
||||
changePercent: number;
|
||||
volume: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user