Share via


ImportProjectResponse type

importProject 操作の応答データを格納します。

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