Variable checkBlockSchemaConst
checkBlockSchema: ZodObject<
{ network: ZodEffects<ZodString, string, string> } & {
maxAgeInDays: ZodOptional<ZodNumber>;
},
"strip",
ZodTypeAny,
{ maxAgeInDays?: number; network: string },
{ maxAgeInDays?: number; network: string },
> = ...