Delen via


FileFlushResponse type

Bevat antwoordgegevens voor de flushData-bewerking.

type FileFlushResponse = PathFlushDataHeaders & {
  _response: coreHttp.HttpResponse & { parsedHeaders: PathFlushDataHeaders }
}