Documentation
    Preparing search index...

    Interface RawFile

    interface RawFile {
        contentType?: string;
        data: BinaryLike | Blob | File | Buffer<ArrayBufferLike>;
        name: string;
    }
    Index

    Properties

    contentType?: string

    Content-Type of the file

    data: BinaryLike | Blob | File | Buffer<ArrayBufferLike>

    The actual data for the file

    name: string

    The name of the file