schedule.v1.IRange
Properties of a Range.
Implemented by
Properties
end
• Optional end: null | number
End of range (inclusive).
start
• Optional start: null | number
Start of range (inclusive).
step
• Optional step: null | number
Step (optional, default 1).