/** * This is auto-generated file, don't modify this file manually */ export interface UtilsLastShortenedLink { /** * Access key for private stats */ access_key?: string; /** * Link key (characters after vk.cc/) */ key?: string; /** * Short link URL */ short_url?: string; /** * Creation time in Unixtime */ timestamp?: number; /** * Full URL */ url?: string; /** * Total views number */ views?: number; }