Variable AssignmentHistoryOwnSelectFieldsSchemaJsonConst
AssignmentHistoryOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
createdById: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
newUser: ZodOptional<ZodCoercedBoolean<unknown>>;
newUserId: ZodOptional<ZodCoercedBoolean<unknown>>;
oldUser: ZodOptional<ZodCoercedBoolean<unknown>>;
oldUserId: ZodOptional<ZodCoercedBoolean<unknown>>;
project: ZodOptional<ZodCoercedBoolean<unknown>>;
projectId: ZodOptional<ZodCoercedBoolean<unknown>>;
task: ZodOptional<ZodCoercedBoolean<unknown>>;
taskId: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...