benjamin658 / typeorm-cursor-pagination

Cursor-based pagination works with TypeORM Query Builder.
MIT License
186 stars 40 forks source link

chore: extends ObjectLiteral to meet SelectQueryBuilder generic #69

Closed Pigrabbit closed 1 year ago

Pigrabbit commented 2 years ago

Hi, I was just looking into this awesome library and found a tiny typescript error.

I made a trivial change to let it meet generic type of SelectQueryBuilder(from TypeORM).

benjamin658 commented 1 year ago

Thanks!