Type Alias: UrlLike
UrlLike =
string|URL| {url:string; }
Anything urlBuilder (and pathMatch) know how to coerce into a URL:
- A string: a host, a full URL, or a path / query / hash fragment.
- A WHATWG
URLinstance. - Any object with a
urlfield (e.g. a fetchRequest, a DatabricksWorkspaceClientconfig).