MonitorConfigExpectedStatusCodeRangesItem interface
Min and max value of a status code range.
Property Details
max
Max status code.
max?: number
Property Value
number
min
Min status code.
min?: number
Property Value
number