Interface ShortUrl

interface ShortUrl {
    id: string;
    url: string;
    targetUrl: string;
}

Properties

Properties

id: string

the short URL slug

url: string

the short URL

targetUrl: string

the target URL which the short link points to