diff options
Diffstat (limited to 'frontend/src/index.tsx')
| -rw-r--r-- | frontend/src/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 5cf2ed14..364ccb1b 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -1,8 +1,10 @@ import PluginLoader from './plugin-loader'; +import { DeckyUpdater } from './updater'; declare global { interface Window { DeckyPluginLoader: PluginLoader; + DeckyUpdater?: DeckyUpdater; importDeckyPlugin: Function; syncDeckyPlugins: Function; } |
