UNPKG

450 BTypeScriptView Raw
1import { IFields } from "./types.js";
2declare module "../webs/types" {
3 interface _Web {
4 readonly fields: IFields;
5 readonly availablefields: IFields;
6 }
7 interface IWeb {
8 /**
9 * This web's collection of fields
10 */
11 readonly fields: IFields;
12 /**
13 * This web's collection of available fields
14 */
15 readonly availablefields: IFields;
16 }
17}
18//# sourceMappingURL=web.d.ts.map
\No newline at end of file