Esposter
    Preparing search index...

    Variable benchmarkFileSchemaConst

    benchmarkFileSchema: z.ZodObject<
        {
            filepath: z.ZodString;
            groups: z.ZodArray<typeof benchmarkGroupSchema>;
        },
    > = ...