import type * as Pinnacle from "../index.mjs"; export interface ShortenedUrlWithClickData extends Pinnacle.ShortenedUrl { /** * Array of click analytics data for this URL.
* * Click data will be empty if no one has visited your link yet. */ clicks: Pinnacle.LinkClickEvent[]; }