Type Alias ZoneOverlay

ZoneOverlay: {
    setting: TimeTableSettings;
    termination: ZoneOverlayTermination;
    type: "MANUAL";
}

Type declaration