export type ConfigProperty = string | undefined | { [key: string]: ConfigProperty; };