InterfaceNote
talawa-api • Docs
talawa-api / models/Note / InterfaceNote
Interface: InterfaceNote
Represents a note document in the database.
Properties
_id
> _id: ObjectId
Defined in
agendaItemId
> agendaItemId: ObjectId
Defined in
content
> content: string
Defined in
createdAt
> createdAt: Date
Defined in
createdBy
> createdBy: PopulatedDoc
<InterfaceUser
& Document
>
Defined in
updatedAt
> updatedAt: Date
Defined in
updatedBy
> updatedBy: PopulatedDoc
<InterfaceUser
& Document
>