Type Alias Link

type Link = {
    href: string;
}
Index
href: string

URL to a resource request.