UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

13 lines 315 B
import { IFeatures } from "./types.js"; declare module "../webs/types" { interface _Web { readonly features: IFeatures; } interface IWeb { /** * Access the features activated in this web */ readonly features: IFeatures; } } //# sourceMappingURL=web.d.ts.map