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

    Type Alias APIVersionDependency

    type APIVersionDependency = {
        dependency_type: DependencyType;
        file_name: string | null;
        project_id: string | null;
        version_id: string | null;
    }
    Index

    Properties

    dependency_type: DependencyType

    The type of dependency that this version has.

    file_name: string | null

    The file name of the dependency, mostly used for showing external dependencies on modpacks.

    project_id: string | null

    The ID of the project that this version depends on.

    version_id: string | null

    The ID of the version that this version depends on.