import { generalEnumfields } from '../data/index.js'; export interface EnumTree { [key: keyof typeof generalEnumfields]: any; } //# sourceMappingURL=Enumfields.d.ts.map