Поделиться через


GetProjectResponse type

Содержит данные ответа для операции getProject.

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