Type Alias CoolingAwayConfiguration

CoolingAwayConfiguration: Omit<TimeTableSettings, "isBoost"> & {
    type: ZoneType & "AIR_CONDITIONING";
}