Share via


FeaturesListResponse type

Contiene datos de respuesta para la operación de lista.

type FeaturesListResponse = FeaturesResponseObject & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FeaturesResponseObject
  }
}