Partilhar via


FileReadResponse type

type FileReadResponse = WithResponse<
  FileReadHeaders & {
    contentAsBlob?: Promise<Blob>
    readableStreamBody?: NodeJS.ReadableStream
  },
  FileReadHeaders
>