Type Alias Href

type Href = {
    href?: string;
}
Index

Properties

Properties

href?: string