/** * Media object for the header. */ export interface WhatsAppInteractiveHeaderMedia { /** URL for the media. */ link: string; }