UNPKG

linkedin-private-api

Version:

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

6 lines (5 loc) 458 B
import { LinkedInCollectionResponse } from '../entities/linkedin-collection-response.entity'; import { LinkedInEventUrn } from '../entities/linkedin-event.entity'; import { LinkedInMessageEvent } from '../entities/linkedin-message-event.entity'; import { LinkedInMiniProfile } from '../entities/linkedin-mini-profile.entity'; export declare type GetMessagesResponse = LinkedInCollectionResponse<LinkedInEventUrn, LinkedInMiniProfile | LinkedInMessageEvent>;