UNPKG

linkedin-private-api

Version:

![Build](https://github.com/eilonmore/linkedin-private-api/workflows/Build/badge.svg?branch=master)

9 lines (8 loc) 267 B
import { AttributeText } from './linkedin-attribute-text.entity'; export interface QuickReplayRecommendation { $type: 'com.linkedin.voyager.messaging.QuickReply'; content: AttributeText; objectUrn: string; replyType: string; trackingId: string; }