Skip to content

Commit ada04cb

Browse files
committed
refactor: remove unused ProcessEnv interface from shim.d.ts
1 parent 7ee19ff commit ada04cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/preview/shim.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
declare global {
2-
namespace NodeJS {
3-
interface ProcessEnv {
4-
TOOLBAR_VERSION: string
5-
VIEW_VERSION: string
6-
}
7-
}
82
interface Window {
93
markmap: typeof import('markmap-view') & typeof import('markmap-toolbar')
104
hexoMarkmap: {

0 commit comments

Comments
 (0)