Aracılığıyla paylaş


DevicesGetDeviceResponse type

getDevice işlemi için yanıt verilerini içerir.

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