This commit is contained in:
Dan Schulte 2018-05-03 13:33:59 -07:00
Родитель ad90763a43
Коммит 65f7d4e707
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@
import { DefaultHttpPipelineOptions, HttpPipeline, createDefaultHttpPipeline } from "./httpPipeline";
import { HttpRequest } from "./httpRequest";
import { HttpResponse } from "./httpResponse";
import { WebResource, HttpOperationResponse } from "./msRest";
import { WebResource } from "./msRest";
/**
* Options that can be used to configure a ServiceClient.