Add additional columns, styling and data to lists
This commit is contained in:
@@ -6,8 +6,11 @@ interface Folder {
|
||||
label: string;
|
||||
devices: Device[];
|
||||
status: Folder.Status;
|
||||
stateType: Folder.StateType;
|
||||
state: string;
|
||||
paused: boolean;
|
||||
completion: number;
|
||||
path: string;
|
||||
}
|
||||
|
||||
namespace Folder {
|
||||
|
||||
Reference in New Issue
Block a user