Freigeben über


DevicesGetDeviceResponse type

Enthält Antwortdaten für den getDevice-Vorgang.

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