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

    Type Alias DevicesListDeviceProvidersResponse

    Response from SeamHttpDevices.listDeviceProviders.

    Use DevicesListDeviceProvidersRequest instead.

    type DevicesListDeviceProvidersResponse = {
        device_providers: DeviceProvider[];
    }
    Index
    device_providers: DeviceProvider[]