Share via


GetExportsResponse type

包含 getExports 作業的回應資料。

type GetExportsResponse = ExportModel[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExportModel[]
  }
}