Type alias CommentCreateStudioMethod

CommentCreateStudioMethod: ((submissionId, body) => Promise<CommentType>)

Type declaration

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

      • submissionId: string
      • body: string

      Returns Promise<CommentType>

Generated using TypeDoc