UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

5 lines 221 B
import { addProp } from "@pnp/queryable"; import { _Site } from "../sites/types.js"; import { UserCustomActions } from "./types.js"; addProp(_Site, "userCustomActions", UserCustomActions); //# sourceMappingURL=site.js.map