UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

10 lines 232 B
import { IFolder } from "./types.js"; declare module "../items/types" { interface _Item { readonly folder: IFolder; } interface IItem { readonly folder: IFolder; } } //# sourceMappingURL=item.d.ts.map