diff --git a/base/base_footer.ts b/base/base_footer.ts index d0440f4..7e89bcf 100644 --- a/base/base_footer.ts +++ b/base/base_footer.ts @@ -34,13 +34,6 @@ interface NodeRequire { (moduleName: 'electron/utility'): typeof Electron.Utility; } -interface File { - /** - * The real path to the file on the users filesystem - */ - path: string; -} - declare module 'original-fs' { import * as fs from 'fs'; export = fs;