InterfaceFeedback
talawa-api • Docs
talawa-api / models/Feedback / InterfaceFeedback
Interface: InterfaceFeedback
Represents a document for feedback in the MongoDB database. This interface defines the structure and types of data that a feedback document will hold.
Properties
_id
> _id: ObjectId
Defined in
createdAt
> createdAt: Date
Defined in
eventId
> eventId: any
Defined in
rating
> rating: number
Defined in
review
> review: null
| string
Defined in
updatedAt
> updatedAt: Date