@seamapi/http - v2.5.0
    Preparing search index...

    Type Alias ThermostatsSchedulesListResponse

    Response from SeamHttpThermostatsSchedules.list.

    Use ThermostatsSchedulesListRequest instead.

    type ThermostatsSchedulesListResponse = {
        thermostat_schedules: ThermostatSchedule[];
    }
    Index
    thermostat_schedules: ThermostatSchedule[]