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


ActivityListByModuleResponse type

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

type ActivityListByModuleResponse = ActivityListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ActivityListResult
  }
}