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

    Type Alias APILatestVersionsFromHashesBody

    type APILatestVersionsFromHashesBody = {
        algorithm: HashAlgorithm;
        game_versions: string[];
        hashes: string[];
        loaders: string[];
    }
    Index

    Properties

    algorithm: HashAlgorithm

    The algorithm of the hash.

    game_versions: string[]

    The game versions to filter by.

    hashes: string[]

    A list of hashes.

    loaders: string[]

    The loaders to filter by.