Type Alias FileReaderResponse

FileReaderResponse: {
    body: string | Buffer;
    mime: string;
    status: number;
}

each filereader response should contain those