次の方法で共有


AppsAddResponse type

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

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