mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 09:00:16 +00:00
[Manager] Wrap manager requests with log wrapper (#3081)
This commit is contained in:
@@ -16,6 +16,11 @@ export interface SearchOption<T> {
|
||||
label: string
|
||||
}
|
||||
|
||||
export type TaskLog = {
|
||||
taskName: string
|
||||
logs: string[]
|
||||
}
|
||||
|
||||
enum ManagerPackState {
|
||||
/** Pack is installed and enabled */
|
||||
INSTALLED = 'installed',
|
||||
|
||||
Reference in New Issue
Block a user