Variable EmployeeDeductionOwnSelectFieldsSchemaJsonConst
EmployeeDeductionOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeAmount: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
paycheckDeductions: ZodOptional<ZodCoercedBoolean<unknown>>;
policy: ZodOptional<ZodCoercedBoolean<unknown>>;
policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...