Bagikan melalui


OperationsListNextResponse type

Berisi data respons untuk operasi listNext.

type OperationsListNextResponse = OperationList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationList
  }
}