Remove TemplatedFile
This commit is contained in:
11
src/file/file-properties.ts
Normal file
11
src/file/file-properties.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { IDocumentTemplate } from "importDocx";
|
||||
|
||||
export interface IFileProperties {
|
||||
template?: IDocumentTemplate;
|
||||
}
|
||||
|
||||
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
export const WORKAROUND = "";
|
Reference in New Issue
Block a user