Chef-JS Core
    Preparing search index...

    Type Alias FileReaderResponse

    each filereader response should contain those

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

    Properties

    Properties

    body: string | Buffer
    mime: string
    status: number