UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

11 lines 473 B
import { ISocial } from "./types.js"; export { IMySocial, ISocial, IMySocialData, ISocialActor, ISocialActorInfo, MySocial, Social, SocialActorType, SocialActorTypes, SocialFollowResult, SocialStatusCode, } from "./types.js"; declare module "../fi" { interface SPFI { /** * Access to the social instance which allows you to track followed sites, people and docs. */ readonly social: ISocial; } } //# sourceMappingURL=index.d.ts.map