共用方式為


ModelAddCustomPrebuiltEntityResponse type

包含 addCustomPrebuiltEntity 作業的響應數據。

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