Skip to content

Commit e8f4d6d

Browse files
Updated Comments for Models
1 parent 8382057 commit e8f4d6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

construction/issues/source/model/attachments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { Attachment } from './attachment';
33

44
/**
5-
*
5+
* An optional array of attachments associated with this object.
66
* @export
77
* @interface Attachments
88
*/
@@ -12,6 +12,6 @@ export interface Attachments {
1212
* @type {Array<Attachment>}
1313
* @memberof Attachments
1414
*/
15-
'attachments'?: Array<Attachment>;
15+
'attachmentList'?: Array<Attachment>;
1616
}
1717

construction/issues/source/model/attachmentsPayload.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { AttachmentObject } from './attachmentObject';
33

44
/**
5-
*
5+
* Represents the payload for adding attachments to an issue.
66
* @export
77
* @interface AttachmentsPayload
88
*/
@@ -14,7 +14,7 @@ export interface AttachmentsPayload {
1414
*/
1515
'domainEntityId'?: string;
1616
/**
17-
*
17+
* The list of attachments to be added to the issue.
1818
* @type {Array<AttachmentObject>}
1919
* @memberof AttachmentsPayload
2020
*/

0 commit comments

Comments
 (0)