Share via


FileContents type

Valid values for the contents of a binary file.

type FileContents =
  | string
  | NodeJS.ReadableStream
  | ReadableStream<Uint8Array>
  | Uint8Array
  | Blob