interface AttachmentCreateResultDto {
    attachments?: PagedDtoAttachmentDto;
    comment?: CommentDto;
}

Properties

attachments?: PagedDtoAttachmentDto

List of the attachments added.

comment?: CommentDto

Details of the comment included with the attachments.