次の方法で共有


ModelAddCustomPrebuiltEntityResponse type

addCustomPrebuiltEntity 操作の応答データが含まれます。

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