Remix
Remix
remix/file-storage · TypeView Source

FileLike

Summary

A value that implements the TypeScript File interface. This may be a native File or a structurally compatible implementation.

Signature

type FileLike = File;