Type Alias ProgressResponse
ProgressResponse: {
current_image: string;
eta_relative: number;
progress: number;
state: Record<string, unknown>;
textinfo: string;
}
Type declaration
current_image: string
eta_relative: number
progress: number
state: Record<string, unknown>
textinfo: string