UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

13 lines 331 B
import "../folders/list.js"; declare module "../lists/types" { interface _List { getSiteScript(): Promise<string>; } interface IList { /** * Gets the site script syntax (JSON) from the current list */ getSiteScript(): Promise<string>; } } //# sourceMappingURL=list.d.ts.map