Variable PointHistoryCreateSchemaConst
PointHistoryCreateSchema: ZodPipe<
ZodTransform<unknown, unknown>,
ZodObject<
{
createdById: ZodCoercedNumber<unknown>;
newPointId: ZodCoercedNumber<unknown>;
oldPointId: ZodOptional<ZodCoercedNumber<unknown>>;
projectId: ZodCoercedNumber<unknown>;
taskId: ZodCoercedNumber<unknown>;
},
$strip,
>,
> = ...