hr-db
    Preparing search index...

    Variable EmployeeDeductionUpdateSchemaConst

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