export type MetricNameProps = string;
export type MetricNamesPayloadProps = {
	data: string[];
};
