rageval - v0.1.1
    Preparing search index...

    Type Alias AggregateScores

    AggregateScores: z.infer<typeof AggregateScoresSchema> & Record<
        string,
        MetricScore
        | undefined,
    >