1 | import { IHubSites } from "./types.js";
|
2 | import "./site.js";
|
3 | import "./web.js";
|
4 | export { HubSite, HubSites, IHubSite, IHubSiteInfo, IHubSiteWebData, IHubSites, } from "./types.js";
|
5 | declare module "../fi" {
|
6 | interface SPFI {
|
7 | /**
|
8 | * Lists all of the subsites
|
9 | */
|
10 | readonly hubSites: IHubSites;
|
11 | }
|
12 | }
|
13 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |