Type Alias LinkResponse

type LinkResponse = {
    href?: string;
}
Index

Properties

Properties

href?: string

The URL for the link.