UNPKG

325 BTypeScriptView Raw
1import { IAppCatalog } from "./types.js";
2declare module "../webs/types" {
3 interface _Web {
4 appcatalog: IAppCatalog;
5 }
6 interface IWeb {
7 /**
8 * Gets the appcatalog (if it exists associated with this web)
9 */
10 appcatalog: IAppCatalog;
11 }
12}
13//# sourceMappingURL=web.d.ts.map
\No newline at end of file