Compartir a través de


ProjectsGetResponse type

Contiene datos de respuesta para la operación get.

type ProjectsGetResponse = Project & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project }
}