diff --git a/src/file/relationships/relationship/relationship-attributes.ts b/src/file/relationships/relationship/relationship-attributes.ts index 1b23e26977..1cb3e116c0 100644 --- a/src/file/relationships/relationship/relationship-attributes.ts +++ b/src/file/relationships/relationship/relationship-attributes.ts @@ -4,6 +4,7 @@ export interface IRelationshipAttributesProperties { id: string; type: string; target: string; + targetMode?: string; } export class RelationshipAttributes extends XmlAttributeComponent { @@ -11,5 +12,6 @@ export class RelationshipAttributes extends XmlAttributeComponent