🔧 feat: Import groupSchema into index.ts for improved schema management

This commit is contained in:
Ruben Talstra 2025-03-10 17:50:16 +01:00
parent 4448c13684
commit b1147b6409
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA

View file

@ -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,