Sdílet prostřednictvím


DevicesGetDeviceResponse type

Obsahuje data odpovědi pro operaci getDevice.

type DevicesGetDeviceResponse = Device & {
  _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Device }
}