QuotasListResponse type

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

type QuotasListResponse = QuotaList & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: QuotaList
  }
}