ActivityListByModuleResponse type
listByModule 操作の応答データを格納します。
type ActivityListByModuleResponse = ActivityListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ActivityListResult
}
}