UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

8 lines 298 B
import { ISite } from "./types.js"; export { IOpenWebByIdResult, ISite, Site, IDocumentLibraryInformation, SiteLogoAspect, SiteLogoType, ISiteLogoProperties, } from "./types.js"; declare module "../fi" { interface SPFI { readonly site: ISite; } } //# sourceMappingURL=index.d.ts.map