import type NodeConfigContext from "./NodeConfigContext"; type ConfigContext = { nodes?: NodeConfigContext; }; export default ConfigContext;