Variable SalaryHistoryIncludeSchemaConst
SalaryHistoryIncludeSchema: ZodObject<
{
employee: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
directManagerId: ...;
employmentType: ...;
firstName: ...;
hireDate: ...;
id: ...;
lastName: ...;
middleName: ...;
preferedName: ...;
status: ...;
terminationDate: ...;
titleId: ...;
uuid: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
directManagerId: ...;
employmentType: ...;
firstName: ...;
hireDate: ...;
id: ...;
lastName: ...;
middleName: ...;
preferedName: ...;
status: ...;
terminationDate: ...;
titleId: ...;
uuid: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...