fix: handle optional messages in ConversationDetailDialog and API response
This commit is contained in:
@@ -14,7 +14,7 @@ export type PageResult<T> = {
|
||||
}
|
||||
|
||||
export type CursorResult<T> = {
|
||||
results: T[]
|
||||
results?: T[] | null
|
||||
cursor: string
|
||||
hasMore: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user