export type DnsSettings = { dhcpServers: string[]; staticServers: string[] | null; };