Interface UtilsShortLink

interface UtilsShortLink {
    access_key: string;
    key: string;
    short_url: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key: string

Access key for private stats

key: string

Link key (characters after vk.cc/)

short_url: string

Short link URL

url: string

Full URL

Generated using TypeDoc