export interface NetworkInfo {
  ssid: string;
  ip: string;
  mac: string;
  bssid: string;
  rssi: number;
}
