Partilhar via


ActivityListByModuleResponse type

Contém dados de resposta para a operação listByModule.

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