UNPKG

linkedin-private-api-node12

Version:

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

7 lines (6 loc) 225 B
import { LinkedInVectorArtifact } from './linkedin-vector-artifact.entity'; export interface LinkedInVectorImage { $type: 'com.linkedin.common.VectorImage'; artifacts: LinkedInVectorArtifact[]; rootUrl: string; }