Removed request object from response (#6366)

This commit is contained in:
Gene Lee
2019-07-12 12:13:24 -06:00
committed by GitHub
parent a706ff4d5b
commit f6a4189717
2 changed files with 2 additions and 4 deletions

View File

@@ -77,7 +77,6 @@ export interface IEndPointsRequest {
}
export interface IEndPointsResponse {
request?: IEndPointsRequest;
response: IHttpResponse;
endPoints: IEndPoint[];
}