Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommentsAPI

Index

Properties

createComment: ((props: CreateCommentRequestProps) => Promise<Comment>)

Type declaration

getComment: ((props: GetCommentRequestProps) => Promise<Comment>)

Type declaration

getComments: ((props: GetCommentsRequestProps) => Promise<GetCommentsResponse>)

Type declaration

updateComment: ((props: UpdateCommentRequestProps) => Promise<Comment>)

Type declaration

Generated using TypeDoc