chore: commit all current changes
This commit is contained in:
@@ -113,6 +113,14 @@ export type CompanyAiReport = {
|
||||
summary: string;
|
||||
};
|
||||
|
||||
export type CompanyAiReportDetail = CompanyAiReport & {
|
||||
ticker: string;
|
||||
companyName: string;
|
||||
filingUrl: string | null;
|
||||
submissionUrl: string | null;
|
||||
primaryDocument: string | null;
|
||||
};
|
||||
|
||||
export type CompanyAnalysis = {
|
||||
company: {
|
||||
ticker: string;
|
||||
|
||||
Reference in New Issue
Block a user