UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

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