Type Alias Href

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

Properties

Properties

href: string