start of toggle to switch between devices and folders data table
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface Device {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
// TODO add additional properties
|
||||
}
|
||||
Reference in New Issue
Block a user