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