UNPKG

@datalayer/core

Version:
9 lines (8 loc) 214 B
import { IIAMProviderName } from './IAMProvidersSpecs'; export declare class LinkedInPost { iamProvider: IIAMProviderName; urn: string; id: string; constructor(urn: string); getURL(): string; }