UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

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