import type { GatewayId } from './GatewayId'; export type WifiInfo = { enabled: boolean; interface: GatewayId | null; ssids: Array; selected: string | null; lastRegion: string | null; };