数据分析ui补充完善,接入数据库
This commit is contained in:
19
types/analytics/insight.uts
Normal file
19
types/analytics/insight.uts
Normal file
@@ -0,0 +1,19 @@
|
||||
// types/analytics/insight.uts
|
||||
|
||||
export type InsightDetail = {
|
||||
id: string
|
||||
report_id: string
|
||||
type: string
|
||||
impact: string
|
||||
title: string
|
||||
content: string
|
||||
created_at: string
|
||||
}
|
||||
|
||||
export type RelatedReport = {
|
||||
id: string
|
||||
title: string
|
||||
type: string
|
||||
period: string
|
||||
generated_at: string
|
||||
}
|
||||
Reference in New Issue
Block a user