Interface UtilsLinkStatsExtended

interface UtilsLinkStatsExtended {
    key: string;
    stats: UtilsStatsExtended[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string

Link key (characters after vk.cc/)

Generated using TypeDoc