Gaunt Sloth Assistant - v1.4.0
    Preparing search index...

    Interface BinaryFormatConfig

    interface BinaryFormatConfig {
        extensions: string[];
        maxSize?: number;
        mimeTypes?: Record<string, string>;
        type: BinaryFormatType;
    }
    Index

    Properties

    extensions: string[]

    List of allowed extensions for this type (without leading dot).

    maxSize?: number

    Maximum file size in bytes. Defaults to 10MB when omitted.

    mimeTypes?: Record<string, string>

    Optional MIME type overrides for extensions not in the default mapping.

    The type/category of binary format.