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

    Type Alias UserIdentitiesListAccessibleDevicesResponse

    Response from SeamHttpUserIdentities.listAccessibleDevices.

    Use UserIdentitiesListAccessibleDevicesRequest instead.

    type UserIdentitiesListAccessibleDevicesResponse = {
        devices: Device[];
    }
    Index
    devices: Device[]