UNPKG

linkedin-private-api-node12

Version:

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

5 lines (4 loc) 364 B
import { LinkedInCollectionResponse } from '../entities/linkedin-collection-response.entity'; import { LinkedInCompany } from '../entities/linkedin-company.entity'; import { LinkedInProfile, ProfileUrn } from '../entities/linkedin-profile.entity'; export declare type GetProfileResponse = LinkedInCollectionResponse<ProfileUrn, LinkedInProfile | LinkedInCompany>;