ModelPatchClosedListResponse type

包含 patchClosedList 作業的回應資料。

type ModelPatchClosedListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}