Type alias UpdateDeviceTypeResponse

UpdateDeviceTypeResponse: DeviceTypeUpdateSuccess | Error

Response type for device type update operations. Either a success response with update confirmation or an error.

Example

function handleUpdateDeviceType(resp: UpdateDeviceTypeResponse) { ... }