Add category and tags granularity to company sync flows
This commit is contained in:
@@ -11,6 +11,8 @@ export type WatchlistItem = {
|
||||
ticker: string;
|
||||
company_name: string;
|
||||
sector: string | null;
|
||||
category: string | null;
|
||||
tags: string[];
|
||||
created_at: string;
|
||||
};
|
||||
|
||||
@@ -262,6 +264,8 @@ export type CompanyAnalysis = {
|
||||
ticker: string;
|
||||
companyName: string;
|
||||
sector: string | null;
|
||||
category: string | null;
|
||||
tags: string[];
|
||||
cik: string | null;
|
||||
};
|
||||
quote: number;
|
||||
|
||||
Reference in New Issue
Block a user