support clean orogress
This commit is contained in:
@@ -64,6 +64,13 @@ export interface ScanProgressPayload {
|
||||
current_path: string;
|
||||
}
|
||||
|
||||
export interface ProjectCleanProgressPayload {
|
||||
completed_items: number;
|
||||
total_items: number;
|
||||
current_item: string;
|
||||
approx_completed_bytes: number;
|
||||
}
|
||||
|
||||
export type ModalType = "info" | "success" | "error";
|
||||
export type ModalMode = "alert" | "confirm";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user