file-collection
    Preparing search index...

    Interface FromIumOptions

    interface FromIumOptions {
        validateMimetype?: string;
    }
    Index

    Properties

    validateMimetype?: string

    If set, the mimetype of the zip file will be validated against the stored mimetype.

    undefined