export interface SocialShareData extends ShareData { /** sharing link */ url: string; }