/** * DeciderSettings allow the user to tweak autoscaling deciders. * The map data structure complies with the format expected by Elasticsearch. */ export type IDeciderSettings = { [key: string]: string; }; export type DeciderSettings = IDeciderSettings; export type { IDeciderSettings as IComGithubElasticCloudOnK8sV3PkgApisCommonV1alpha1DeciderSettings, DeciderSettings as ComGithubElasticCloudOnK8sV3PkgApisCommonV1alpha1DeciderSettings };