VersionsImportLuFormatResponse type

包含 importLuFormat 作業的回應資料。

type VersionsImportLuFormatResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}