export interface Device {
  id?: number;
  name?: string;
  type?: string;
}
