Fix TypeScript type definitions
- Fix TypeScript type definitions in antity-pgsql.d.ts:
- Remove DELETE from Operation type (now "SELECT" | "INSERT" | "UPDATE")
- Replace
anytypes with proper TypeScript types (Pool | PoolClient | null,unknown) - Add proper Property class declaration extending BaseProperty from @dwtechs/antity
- Improve import statements for better type safety