mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/queue: add canRetry
and originalRequest
to queue items
This commit is contained in:
parent
158ba6f28f
commit
a3a273a4b1
@ -1,3 +1,4 @@
|
||||
import type { CobaltSaveRequestBody } from "$lib/types/api";
|
||||
import type { CobaltFileReference } from "$lib/types/storage";
|
||||
import type { CobaltPipelineItem, CobaltPipelineResultFileType } from "$lib/types/workers";
|
||||
|
||||
@ -7,6 +8,8 @@ export type CobaltQueueBaseItem = {
|
||||
id: string,
|
||||
state: CobaltQueueItemState,
|
||||
pipeline: CobaltPipelineItem[],
|
||||
canRetry?: boolean,
|
||||
originalRequest?: CobaltSaveRequestBody,
|
||||
// TODO: metadata
|
||||
filename: string,
|
||||
mimeType?: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user