MonitorConfigExpectedStatusCodeRangesItem interface

Min and max value of a status code range.

Properties

max

Max status code.

min

Min status code.

Property Details

max

Max status code.

max?: number

Property Value

number

min

Min status code.

min?: number

Property Value

number