modpack-lock
    Preparing search index...

    Type Alias VersionDependency

    The shape of a dependency on another version of another project

    type VersionDependency = {
        version_id: string;
        project_id: string;
        file_name: string;
        dependency_type: string;
    }
    Index

    Properties

    version_id: string

    The ID of the dependency version

    project_id: string

    The ID of the project

    file_name: string

    The name of the file

    dependency_type: string

    The type of dependency