ActivityListByModuleNextResponse type
Содержит данные ответа для операции listByModuleNext.
type ActivityListByModuleNextResponse = ActivityListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ActivityListResult
}
}