Freigeben über


ActivityListByModuleNextResponse type

Enthält Antwortdaten für den ListByModuleNext-Vorgang.

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