Type Alias: HostInfoExtended
type HostInfoExtended = HostInfoComputed & HostInfoSpecified;
Extended host information that includes both computed and specified properties. It is a union of HostInfoComputed for computed properties and HostInfoSpecified for client-specified properties.