AgentsDownloadSessionFileResponse type
Stažený soubor relace agenta, vystavený jako Blob prohlížeče nebo Node.js čitelný stream.
type AgentsDownloadSessionFileResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeReadableStream
}