次の方法で共有


FileAppendResponse type

appendData 操作の応答データを格納します。

type FileAppendResponse = PathAppendDataHeaders & {
  _response: coreHttp.HttpResponse & { parsedHeaders: PathAppendDataHeaders }
}