Skip to content

Types: WithHost<THost>

ts
type WithHost<THost> = object;

Type Parameters

Type ParameterDefault type
THost extends string | UrlPartstring | UrlPart

Properties

PropertyTypeDescription
hostTHostHost part of URL.