UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

8 lines 219 B
import { IGroupSiteManager } from "./types.js"; export * from "./types.js"; declare module "../fi" { interface SPFI { readonly groupSiteManager: IGroupSiteManager; } } //# sourceMappingURL=index.d.ts.map