UNPKG

linkedin-private-api-node12

Version:

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

7 lines (6 loc) 224 B
import { LinkedInMiniProfile } from './linkedin-mini-profile.entity'; export declare type ProfileId = string; export interface MiniProfile extends LinkedInMiniProfile { profileId: ProfileId; pictureUrls: string[]; }