UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

13 lines 368 B
import { IHubSites } from "./types.js"; import "./site.js"; import "./web.js"; export { HubSite, HubSites, IHubSite, IHubSiteInfo, IHubSiteWebData, IHubSites, } from "./types.js"; declare module "../fi" { interface SPFI { /** * Lists all of the subsites */ readonly hubSites: IHubSites; } } //# sourceMappingURL=index.d.ts.map