Variable PriorityHistoryCreateSchemaConst
PriorityHistoryCreateSchema: ZodPipe<
ZodTransform<unknown, unknown>,
ZodObject<
{
createdById: ZodCoercedNumber<unknown>;
newPriorityId: ZodCoercedNumber<unknown>;
oldPriorityId: ZodOptional<ZodCoercedNumber<unknown>>;
projectId: ZodCoercedNumber<unknown>;
taskId: ZodCoercedNumber<unknown>;
},
$strip,
>,
> = ...