@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
11 lines • 345 B
TypeScript
import { IWeb } from "../webs/types.js";
import { IAppCatalog } from "./types.js";
import "./web.js";
export { IApp, IAppCatalog, App, AppCatalog, } from "./types.js";
declare module "../fi" {
interface SPFI {
tenantAppcatalog: IAppCatalog;
getTenantAppCatalogWeb(): Promise<IWeb>;
}
}
//# sourceMappingURL=index.d.ts.map