NumericBound: {
    max: number;
    min: number;
}

Type declaration

  • max: number

    upper bound

  • min: number

    lower bound

Generated using TypeDoc