Interface CommentFields

Perform CRUD operations (Create, Read, Update and Delete) to deal with Comments. Comment is mapped to "http://localhost:8000/api/v1/comments" endpoint

Hierarchy

  • CommentFields

Properties

comment?: string
date?: string
id: number
post_id?: number
user_id?: number

Generated using TypeDoc