mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
|
|
const schemas = require('./schemas');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
...schemas,
|
||
|
|
};
|