Type Alias LinkResponse

type LinkResponse = {
    href?: string | null;
}
Index
href?: string | null

The URL for the link.