Skip to content

Threshold🔗

Definition🔗

export interface Threshold {
    value: number;
    color: string;
}