Type Alias CustomMetric

CustomMetric: {
    current: (() => number);
    target: number;
}