@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface DownloadResult

    interface DownloadResult {
        buffer: string | Buffer<ArrayBufferLike>;
        file: string;
        url: string;
    }
    Index

    Properties

    Properties

    buffer: string | Buffer<ArrayBufferLike>
    file: string
    url: string