mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-23 01:39:37 +08:00
refactor: query session
This commit is contained in:
@@ -16,8 +16,6 @@ export {
|
||||
getMessageTypeDistribution,
|
||||
getTimeRange,
|
||||
getMemberNameHistory,
|
||||
getAllSessions,
|
||||
getSession,
|
||||
// 成员管理
|
||||
getMembers,
|
||||
getMembersPaginated,
|
||||
@@ -25,6 +23,9 @@ export {
|
||||
deleteMember,
|
||||
} from './basic'
|
||||
|
||||
// 会话管理(会话列表与基础信息)
|
||||
export { getAllSessions, getSession } from './sessions'
|
||||
|
||||
// 成员分页类型
|
||||
export type { MembersPaginationParams, MembersPaginatedResult } from './basic'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user