import { ConfigurationItem } from "./ConfigurationItem"; export type ConfigurationType = { [key: string]: ConfigurationItem; };