diff --git a/src/object-types/Component.ts b/src/object-types/Component.ts
index ba0db027..386be3a2 100644
--- a/src/object-types/Component.ts
+++ b/src/object-types/Component.ts
@@ -55,7 +55,8 @@ interface Component {
defaultVendor?: Vendor
modifiedBy?: User
componentOwner?: User
- 'sw360:attachments'?: Array
+ 'sw360:attachments'?: Array,
+ 'sw360:subscribers'?: Array
}
}