2018-09-24 22:00:08 +01:00
|
|
|
import { IDocumentTemplate } from "../import-dotx";
|
2018-09-19 23:04:34 +01:00
|
|
|
|
|
|
|
export interface IFileProperties {
|
2018-11-02 02:51:57 +00:00
|
|
|
readonly template?: IDocumentTemplate;
|
2018-09-19 23:04:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
|
|
|
/**
|
|
|
|
* @ignore
|
|
|
|
*/
|
|
|
|
export const WORKAROUND = "";
|