SnapshotListResponse type

Содержит данные ответа для операции со списком.

type SnapshotListResponse = Snapshot[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Snapshot[]
  }
}