共用方式為


AppsImportLuFormatResponse type

包含 importLuFormat 作業的回應資料。

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