File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface IssueBean {
28
28
/** The metadata for the fields on the issue that can be amended. */
29
29
editmeta ?: IssueUpdateMetadata [ ] ;
30
30
/** Details of changelogs associated with the issue. */
31
- changelog ?: PageOfChangelogs [ ] ;
31
+ changelog ?: PageOfChangelogs ;
32
32
/** The versions of each field on the issue. */
33
33
versionedRepresentations ?: { } ;
34
34
fieldsToInclude ?: IncludedFields ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface IssueBean {
28
28
/** The metadata for the fields on the issue that can be amended. */
29
29
editmeta ?: IssueUpdateMetadata [ ] ;
30
30
/** Details of changelogs associated with the issue. */
31
- changelog ?: PageOfChangelogs [ ] ;
31
+ changelog ?: PageOfChangelogs ;
32
32
/** The versions of each field on the issue. */
33
33
versionedRepresentations ?: { } ;
34
34
fieldsToInclude ?: IncludedFields ;
You can’t perform that action at this time.
0 commit comments