ActivityListByModuleResponse type
listByModule işlemi için yanıt verilerini içerir.
type ActivityListByModuleResponse = ActivityListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ActivityListResult
}
}