[chore] Update comfyui-electron-types (#1625)

* Remove electron external dep

* [chore] Update comfyui-electron-types
This commit is contained in:
Chenlei Hu
2024-11-21 00:07:50 -05:00
committed by GitHub
parent 73b7606f6e
commit 5d178a407d
4 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +1,10 @@
import { ref } from 'vue'
import { defineStore } from 'pinia'
import { isElectron, electronAPI } from '@/utils/envUtil'
import { DownloadState, DownloadStatus } from '@comfyorg/comfyui-electron-types'
import type {
DownloadState,
DownloadStatus
} from '@comfyorg/comfyui-electron-types'
export interface ElectronDownload
extends Pick<DownloadState, 'url' | 'filename'> {