Variable PriorityHistoryOwnSelectFieldsSchemaJsonConst
PriorityHistoryOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
createdById: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
newPriority: ZodOptional<ZodCoercedBoolean<unknown>>;
newPriorityId: ZodOptional<ZodCoercedBoolean<unknown>>;
oldPriority: ZodOptional<ZodCoercedBoolean<unknown>>;
oldPriorityId: ZodOptional<ZodCoercedBoolean<unknown>>;
project: ZodOptional<ZodCoercedBoolean<unknown>>;
projectId: ZodOptional<ZodCoercedBoolean<unknown>>;
task: ZodOptional<ZodCoercedBoolean<unknown>>;
taskId: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...