mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
[chore] Update comfyui-electron-types (#1625)
* Remove electron external dep * [chore] Update comfyui-electron-types
This commit is contained in:
@@ -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'> {
|
||||
|
||||
Reference in New Issue
Block a user