mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
refactor(control): create gloabel type CompleteFileLoadingData
This commit is contained in:
@@ -66,6 +66,13 @@ export type FileLoadingData = {
|
||||
seconds_until_finish: number;
|
||||
};
|
||||
|
||||
export type CompleteFileLoadingData = {
|
||||
is_loading: boolean;
|
||||
total_percentage: number;
|
||||
total_seconds_until_finish: number;
|
||||
display_data: { loading_data: FileLoadingData; display_name: string }[];
|
||||
};
|
||||
|
||||
export type Inode = {
|
||||
path: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user