Draft for a standard schedule.

interface StandardScheduleDraft {
    intervalUnit: IntervalUnit;
    type: "standard";
    value: number;
}

Properties

intervalUnit: IntervalUnit

The interval used for this schedule.

type: "standard"

Type of schedule.

value: number

Number of schedule types between orders.