Variable TitleHistoryOwnSelectFieldsSchemaJsonConst
TitleHistoryOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
reason: ZodOptional<ZodCoercedBoolean<unknown>>;
startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
title: ZodOptional<ZodCoercedBoolean<unknown>>;
titleId: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...