Member Junction
    Preparing search index...
    interface ArtifactSelectionResult {
        action: "new-version" | "update-version";
        artifact: MJArtifactEntity;
        versionToUpdate?: MJArtifactVersionEntity;
    }
    Index

    Properties

    action: "new-version" | "update-version"
    versionToUpdate?: MJArtifactVersionEntity