import type { TargetType } from "./TargetType"; export class MonitoringTargetConfigCreation { type?: TargetType; namespace?: string; deploymentName?: string; statefulSetName?: string; labelKey?: string; labelValue?: string; }