Full JSDoc for src/schemas complete.
This commit is contained in:
parent
ec37c2f59d
commit
76e2f56eb4
4 changed files with 152 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue