df-ae-forms-package 1.0.36 → 1.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -838,6 +838,7 @@ interface IIssue {
838
838
  assignee?: string;
839
839
  assignTo?: string;
840
840
  comments?: string;
841
+ attachments?: any[];
841
842
  createdAt?: string;
842
843
  createdBy?: string;
843
844
  }