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

    Type Alias APIGetVersionsFromHashesBody

    type APIGetVersionsFromHashesBody = {
        algorithm: HashAlgorithm;
        hashes: string[];
    }
    Index

    Properties

    Properties

    algorithm: HashAlgorithm

    The algorithm of the hash.

    hashes: string[]

    A list of hashes.