GetProjectsResponse type

Contains response data for the getProjects operation.

type GetProjectsResponse = Project[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Project[] }
}