Interface SchedulePointUpdate

Interface for adding and/or removing schedulable points

interface SchedulePointUpdate {
    add?: HList<HRef>;
    remove?: HList<HRef>;
}

Properties

Properties

add?: HList<HRef>
remove?: HList<HRef>