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

    Type Alias DevicesUnmanagedGetResponse

    Response from SeamHttpDevicesUnmanaged.get.

    Use DevicesUnmanagedGetRequest instead.

    type DevicesUnmanagedGetResponse = {
        device: UnmanagedDevice;
    }
    Index