mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-13 05:58:51 +01:00
🔧 feat: Import groupSchema into index.ts for improved schema management
This commit is contained in:
parent
4448c13684
commit
b1147b6409
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import categoriesSchema from './schema/categories';
|
|||
import conversationTagSchema from './schema/conversationTag';
|
||||
import convoSchema from './schema/convo';
|
||||
import fileSchema from './schema/file';
|
||||
import groupSchema from './schema/group';
|
||||
import keySchema from './schema/key';
|
||||
import messageSchema from './schema/message';
|
||||
import pluginAuthSchema from './schema/pluginAuth';
|
||||
|
|
@ -32,6 +33,7 @@ export {
|
|||
conversationTagSchema,
|
||||
convoSchema,
|
||||
fileSchema,
|
||||
groupSchema,
|
||||
keySchema,
|
||||
messageSchema,
|
||||
pluginAuthSchema,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue