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

    Type Alias APIVersionFileHashes

    type APIVersionFileHashes = {
        sha1: string;
        sha512: string;
    }
    Index

    Properties

    Properties

    sha1: string

    The sha1 hash string for this file.

    sha512: string

    The sha512 hash string for this file.