Variable EmployeeOmitFieldsSchemaJsonConst
EmployeeOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
directManagerId: ZodOptional<ZodCoercedBoolean<unknown>>;
employmentType: ZodOptional<ZodCoercedBoolean<unknown>>;
firstName: ZodOptional<ZodCoercedBoolean<unknown>>;
hireDate: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
lastName: ZodOptional<ZodCoercedBoolean<unknown>>;
middleName: ZodOptional<ZodCoercedBoolean<unknown>>;
preferedName: ZodOptional<ZodCoercedBoolean<unknown>>;
status: ZodOptional<ZodCoercedBoolean<unknown>>;
terminationDate: ZodOptional<ZodCoercedBoolean<unknown>>;
titleId: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...