Full JSDoc for src/schemas complete.

This commit is contained in:
rainbow napkin 2025-09-02 06:48:32 -04:00
parent ec37c2f59d
commit 76e2f56eb4
4 changed files with 152 additions and 4 deletions

View file

@ -22,6 +22,9 @@ const linkSchema = new mongoose.Schema({
type: mongoose.SchemaTypes.String
});
/**
* DB Schema for documents representing a single chat message
*/
const chatSchema = new mongoose.Schema({
user: {
type: mongoose.SchemaTypes.String,