Skip to content

ThresholdsMode🔗

Definition🔗

export enum ThresholdsMode {
    Absolute = "absolute",
    Percentage = "percentage",
}