CreateProjectResponse type

Contains response data for the createProject operation.

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