Delen via


FileAppendResponse type

Bevat antwoordgegevens voor de bewerking appendData.

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