@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface StaticSliceQueryResult {
        ".meta": BaseQueryMeta;
        results: Record<
            string,
            (Omit<(...), (...)> | Omit<(...), (...)>) & {
                packages?: readonly (...)[];
            },
        >;
    }

    Hierarchy (View Summary)

    Index
    ".meta": BaseQueryMeta
    results: Record<
        string,
        (Omit<(...), (...)> | Omit<(...), (...)>) & { packages?: readonly (...)[] },
    >

    only contains the results of the slice steps to not repeat ourselves, this does not contain the reconstruction if you set the SliceQuery#noReconstruction|noReconstruction flag.

    The keys are serialized versions of the used queries (i.e., the result of JSON.stringify). This implies that multiple slice queries with the same query configuration will not be re-executed.