UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

5 lines 217 B
import { addProp } from "@pnp/queryable"; import { _Web } from "../webs/types.js"; import { UserCustomActions } from "./types.js"; addProp(_Web, "userCustomActions", UserCustomActions); //# sourceMappingURL=web.js.map