linkedin-private-api
Version:

6 lines (5 loc) • 458 B
TypeScript
import { LinkedInCollectionResponse } from '../entities/linkedin-collection-response.entity';
import { LinkedInEventUrn } from '../entities/linkedin-event.entity';
import { LinkedInMessageEvent } from '../entities/linkedin-message-event.entity';
import { LinkedInMiniProfile } from '../entities/linkedin-mini-profile.entity';
export declare type GetMessagesResponse = LinkedInCollectionResponse<LinkedInEventUrn, LinkedInMiniProfile | LinkedInMessageEvent>;