1 | import { SPFI } from "../fi.js";
|
2 | import { SitePageService } from "./types.js";
|
3 | export { SitePageService, } from "./types.js";
|
4 | Reflect.defineProperty(SPFI.prototype, "publishingSitePageService", {
|
5 | get: function () {
|
6 | return this.create(SitePageService);
|
7 | },
|
8 | });
|
9 | //# sourceMappingURL=index.js.map |
\ | No newline at end of file |