Поделиться через


DevicesGetGroupResponse type

Содержит данные ответа для операции getGroup.

type DevicesGetGroupResponse = Group & {
  _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Group }
}