@forge/manifest

12.9.1-next.012.10.0-next.1
out/types/display-condition-types.d.ts
~out/types/display-condition-types.d.tsModified
+2−1
Index: package/out/types/display-condition-types.d.ts
===================================================================
--- package/out/types/display-condition-types.d.ts
+++ package/out/types/display-condition-types.d.ts
@@ -104,9 +104,10 @@
     Issue = "issue",
     IssueType = "issueType",
     Project = "project",
     App = "app",
-    User = "user"
+    User = "user",
+    Attachment = "attachment"
 }
 interface EntityPropertyExists {
     entity: EntityType;
     propertyKey: string;