UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

5 lines 207 B
import { addProp } from "@pnp/queryable"; import { _Item } from "../items/types.js"; import { Attachments } from "./types.js"; addProp(_Item, "attachmentFiles", Attachments); //# sourceMappingURL=item.js.map