Dela via


ProjectsGetResponse type

Innehåller svarsdata för get-åtgärden.

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