@karmaniverous/stan-context
    Preparing search index...

    Type Alias DependencySelectionSummary

    type DependencySelectionSummary = {
        largest: { bytes: number; nodeId: string }[];
        selectedCount: number;
        selectedNodeIds: string[];
        totalBytes: number;
        warnings: string[];
    }
    Index

    Properties

    largest: { bytes: number; nodeId: string }[]
    selectedCount: number
    selectedNodeIds: string[]
    totalBytes: number
    warnings: string[]