interface Threshold {
    denominator: Long;
    numerator: Long;
}

Properties

denominator: Long
numerator: Long

split threshold into Numerator and denominator to avoid floating point errors down the line

Generated using TypeDoc