diff --git a/src/file/core-properties/properties.ts b/src/file/core-properties/properties.ts index 4b1cb21766..5b3bb69aa0 100644 --- a/src/file/core-properties/properties.ts +++ b/src/file/core-properties/properties.ts @@ -12,7 +12,6 @@ export interface IPropertiesOptions { lastModifiedBy?: string; revision?: string; externalStyles?: string; - templateDocument?: ITemplateDocument; }