@qtsurfer/api-client
    Preparing search index...

    Type Alias SweepHeatmap

    The surface for one pair of axes, with all others collapsed away.

    type SweepHeatmap = {
        cells?: SweepHeatmapCell[];
        paramA?: string;
        paramB?: string;
    }
    Index
    paramA?: string
    paramB?: string