Esposter
    Preparing search index...

    Variable benchmarkGroupSchemaConst

    benchmarkGroupSchema: z.ZodObject<
        {
            benchmarks: z.ZodArray<typeof benchmarkResultSchema>;
            fullName: z.ZodString;
        },
    > = ...