UNPKG

360 BTypeScriptView Raw
1import { IWeb } from "../webs/types.js";
2import { IAppCatalog } from "./types.js";
3import "./web.js";
4export { IAppAddResult, IApp, IAppCatalog, App, AppCatalog, } from "./types.js";
5declare module "../fi" {
6 interface SPFI {
7 tenantAppcatalog: IAppCatalog;
8 getTenantAppCatalogWeb(): Promise<IWeb>;
9 }
10}
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file