Dela via


ActivityListByModuleNextResponse type

Innehåller svarsdata för åtgärden listByModuleNext.

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