Variable EmployeeItemOmitFieldsSchemaJsonConst
EmployeeItemOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
givenAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
serialNumberId: ZodOptional<ZodCoercedBoolean<unknown>>;
takenAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...