Type alias DeviceTypeUpdateSuccess

DeviceTypeUpdateSuccess: Omit<StationLoginSuccessResponse, "type"> & {
    type: "AgentDeviceTypeUpdateSuccess";
}

Extended response type for agent device type update success

Type declaration

  • type: "AgentDeviceTypeUpdateSuccess"

Remarks

Represents the response when an agent's device type is successfully updated. Contains all the details of the agent's session and device configuration.