Variable EmployeeDeductionUpdateSchemaConst
EmployeeDeductionUpdateSchema: ZodObject<
{
employeeAmount: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
employeeId: ZodOptional<ZodCoercedNumber<unknown>>;
policyId: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...