Type Alias Href

{
* href: "http://example.com"
* }
type Href = {
    href: string;
}
Index
href: string