UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

8 lines 247 B
import { IUserResources } from "./types.js"; declare module "../content-types/types" { interface _ContentType extends IUserResources { } interface IContentType extends IUserResources { } } //# sourceMappingURL=content-type.d.ts.map