v2 refacting
This commit is contained in:
+8
-4
@@ -19,11 +19,15 @@ type DataTimeline = {
|
||||
message: string,
|
||||
}
|
||||
|
||||
// 与后端 CalendarEventResponse 对齐(camelCase)
|
||||
type Event = {
|
||||
reminder_date: string,
|
||||
title: string,
|
||||
info: string,
|
||||
type: string[],
|
||||
id?: number
|
||||
customerId?: string
|
||||
eventDate: string
|
||||
title: string
|
||||
eventInfo?: string
|
||||
createdAt?: string
|
||||
updatedAt?: string
|
||||
}
|
||||
|
||||
interface Wiki {
|
||||
|
||||
Reference in New Issue
Block a user