GetNodeInfoResponse type

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

type GetNodeInfoResponse = NodeInfo & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: NodeInfo }
}