UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

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