mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-11 02:22:37 +01:00
✨ feat: Add cursor pagination utilities and refine user/group/role types in @librechat/data-schemas (#9218)
* feat: Add pagination interfaces and update user and group types for better data handling * fix: Update data-schemas version to 0.0.19
This commit is contained in:
parent
0e00f357a6
commit
ac608ded46
9 changed files with 108 additions and 20 deletions
|
|
@ -24,6 +24,7 @@ const groupSchema = new Schema<IGroup>(
|
|||
memberIds: [
|
||||
{
|
||||
type: String,
|
||||
required: false,
|
||||
},
|
||||
],
|
||||
source: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue