From 3fe0c76d54762a39586cc905afbac4c3353acb58 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 29 Jan 2018 01:54:50 +0000 Subject: [PATCH] Add header to type --- src/file/relationships/relationship/relationship.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/file/relationships/relationship/relationship.ts b/src/file/relationships/relationship/relationship.ts index e40d43bc5b..e3ac807946 100644 --- a/src/file/relationships/relationship/relationship.ts +++ b/src/file/relationships/relationship/relationship.ts @@ -8,7 +8,8 @@ export type RelationshipType = | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" - | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering"; + | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering" + | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header"; export class Relationship extends XmlComponent { constructor(id: string, type: RelationshipType, target: string) {