mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
knip
This commit is contained in:
@@ -6,7 +6,7 @@ import type { JobListItem } from '@/composables/queue/useJobList'
|
|||||||
import { useJobMenu } from '@/composables/queue/useJobMenu'
|
import { useJobMenu } from '@/composables/queue/useJobMenu'
|
||||||
import type { JobState } from '@/types/queue'
|
import type { JobState } from '@/types/queue'
|
||||||
|
|
||||||
export type JobActionKey = 'cancel'
|
type JobActionKey = 'cancel'
|
||||||
|
|
||||||
export type JobAction = {
|
export type JobAction = {
|
||||||
key: JobActionKey
|
key: JobActionKey
|
||||||
|
|||||||
Reference in New Issue
Block a user