Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIVersionGetFileParmeters

    type APIVersionGetFileParmeters = {
        algorithm: HashAlgorithm;
        multiple?: boolean;
    }
    Index

    Properties

    Properties

    algorithm: HashAlgorithm

    The algorithm of the hash.

    multiple?: boolean

    Whether to return multiple results when looking for this hash.