UNPKG

linkedin-private-api-node12

Version:

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

10 lines (9 loc) 536 B
import { LinkedInCollectionResponse } from '../entities/linkedin-collection-response.entity'; import { LinkedInInvitation } from '../entities/linkedin-invitation.entity'; import { MiniProfile } from '../entities/mini-profile.entity'; interface SentInvitationMetadata { $type: 'com.linkedin.voyager.relationships.invitation.SentInvitationsMetadata'; invitationType: string; } export declare type GetSentInvitationResponse = LinkedInCollectionResponse<string, MiniProfile | LinkedInInvitation, SentInvitationMetadata>; export {};