export type VmDnsConfig = { nameServers: Array; overrides: { [key in string]?: Array; }; };