Type alias CommentCreateMethod

CommentCreateMethod: ((submissionId, body, state?) => Promise<CommentType>)

Type declaration

    • (submissionId, body, state?): Promise<CommentType>
    • Parameters

      • submissionId: string
      • body: string
      • Optional state: CommentStateEnum

      Returns Promise<CommentType>

Generated using TypeDoc