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

    Type Alias APIProjectDependenciesResponse

    type APIProjectDependenciesResponse = {
        projects: APIProject[];
        versions: APIVersion[];
    }
    Index

    Properties

    Properties

    projects: APIProject[]

    Projects that the project depends upon.

    versions: APIVersion[]

    Versions that the project depends upon.