UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

8 lines 226 B
import { ISecurableMethods } from "./types.js"; declare module "../items/types" { interface _Item extends ISecurableMethods { } interface IItem extends ISecurableMethods { } } //# sourceMappingURL=item.d.ts.map