Interface UtilsLinkStats

interface UtilsLinkStats {
    key: string;
    stats: UtilsStats[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string

Link key (characters after vk.cc/)

stats: UtilsStats[]

Generated using TypeDoc