feat:dailymessages (#7603)
This commit is contained in:
parent
d7aa4076c9
commit
2726fb3d5d
7 changed files with 102 additions and 9 deletions
|
|
@ -77,6 +77,10 @@ export type CreateAppResponse = App
|
|||
|
||||
export type UpdateAppSiteCodeResponse = { app_id: string } & SiteConfig
|
||||
|
||||
export type AppDailyMessagesResponse = {
|
||||
data: Array<{ date: string; message_count: number }>
|
||||
}
|
||||
|
||||
export type AppDailyConversationsResponse = {
|
||||
data: Array<{ date: string; conversation_count: number }>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue