Variable createdAtSchemaConst
createdAtSchema: ZodEffects<
ZodObject<
{
createdAtMax: ZodOptional<ZodDate>;
createdAtMin: ZodOptional<ZodDate>;
},
"strip",
ZodTypeAny,
{ createdAtMax?: Date; createdAtMin?: Date },
{ createdAtMax?: Date; createdAtMin?: Date },
>,
{ createdAtMax?: Date; createdAtMin?: Date },
{ createdAtMax?: Date; createdAtMin?: Date },
> = ...