1 | import { Web } from "./types.js";
|
2 | export { IWeb, IWebs, Web, Webs, IWebInfo, IStorageEntity, IWebInfosData, } from "./types.js";
|
3 | declare module "../fi" {
|
4 | interface SPFI {
|
5 | /**
|
6 | * Access to the current web instance
|
7 | */
|
8 | readonly web: ReturnType<typeof Web>;
|
9 | }
|
10 | }
|
11 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |