Interface UtilsLastShortenedLink

interface UtilsLastShortenedLink {
    access_key: string;
    key: string;
    short_url: string;
    timestamp: number;
    url: string;
    views: number;
    [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

timestamp: number

Creation time in Unixtime

url: string

Full URL

views: number

Total views number

Generated using TypeDoc