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

    Type Alias BufferOptions

    type BufferOptions = {
        file?: boolean;
        http?: boolean;
        size?: number;
        [k: string]: any;
    }

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    file?: boolean
    http?: boolean
    size?: number