import StructureField from "./StructureField"; type Structure = { [key: string]: StructureField; }; export default Structure;