mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 00:45:01 -05:00
chore(ui): typegen
This commit is contained in:
@@ -24407,8 +24407,6 @@ export interface operations {
|
||||
list_all_queue_items: {
|
||||
parameters: {
|
||||
query?: {
|
||||
/** @description The status of items to fetch */
|
||||
status?: ("pending" | "in_progress" | "completed" | "failed" | "canceled") | null;
|
||||
/** @description The destination of queue items to fetch */
|
||||
destination?: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user