共用方式為


AccountsListNextResponse type

包含 listNext 作業的回應資料。

type AccountsListNextResponse = AccountListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AccountListResult
  }
}