UNPKG

329 BTypeScriptView Raw
1import { IContentTypes } from "./types.js";
2declare module "../webs/types" {
3 interface _Web {
4 readonly contentTypes: IContentTypes;
5 }
6 interface IWeb {
7 /**
8 * Content types contained in this web
9 */
10 readonly contentTypes: IContentTypes;
11 }
12}
13//# sourceMappingURL=web.d.ts.map
\No newline at end of file