GetProjectResponse type

Contains response data for the getProject operation.

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