Type Alias Link

A link

type Link = {
    href: string;
}
Index

Properties

Properties

href: string