UNPKG

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