/** * Host name type. * * Inclusive of optional port. */ export type Host = string;