talawa-api / Exports / models/Note
Module: models/Note
Table of contents
Interfaces
Variables
Variables
NoteModel
• Const
NoteModel: Model
<InterfaceNote
, {}, {}, {}, Document
<unknown
, {}, InterfaceNote
> & InterfaceNote
& Required
<{ _id
: ObjectId
}>, any
>
Defined in
NoteSchema
• Const
NoteSchema: Schema
<any
, Model
<any
, any
, any
, any
, any
, any
>, {}, {}, {}, {}, DefaultSchemaOptions
, { agendaItemId
: ObjectId
; content
: string
; createdAt
: Date
; createdBy
: ObjectId
; updatedAt
: Date
; updatedBy
: undefined
| null
| ObjectId
}, Document
<unknown
, {}, FlatRecord
<{ agendaItemId
: ObjectId
; content
: string
; createdAt
: Date
; createdBy
: ObjectId
; updatedAt
: Date
; updatedBy
: undefined
| null
| ObjectId
}>> & FlatRecord
<{ agendaItemId
: ObjectId
; content
: string
; createdAt
: Date
; createdBy
: ObjectId
; updatedAt
: Date
; updatedBy
: undefined
| null
| ObjectId
}> & { _id
: ObjectId
}>