Member Junction
    Preparing search index...

    Interface ArtifactToolSnapshot

    interface ArtifactToolSnapshot {
        artifacts: { alphaId: string; name: string; typeName: string }[];
        resultCount: number;
    }
    Index

    Properties

    artifacts: { alphaId: string; name: string; typeName: string }[]
    resultCount: number