Type Alias FileReaderType

FileReaderType:
    | "arraybuffer"
    | "dataURL"
    | "text"
    | "json"