Dela via


ActivityListByModuleResponse type

Innehåller svarsdata för listByModule-åtgärden.

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