UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

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