UNPKG

linkedin-private-api-node12

Version:

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

10 lines 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LinkedInSearchType = void 0; var LinkedInSearchType; (function (LinkedInSearchType) { LinkedInSearchType["PEOPLE"] = "PEOPLE"; LinkedInSearchType["COMPANIES"] = "COMPANIES"; LinkedInSearchType["JOBS"] = "JOBS"; })(LinkedInSearchType = exports.LinkedInSearchType || (exports.LinkedInSearchType = {})); //# sourceMappingURL=search-type.enum.js.map