다음을 통해 공유


FileContents type

이진 파일의 내용에 유효한 값입니다.

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