tnc-ca-geo / animl-api

Backend for https://animl.camera
4 stars 0 forks source link

TypeScript: Models(ImageError) #211

Closed alukach closed 2 weeks ago

alukach commented 2 weeks ago

What I'm changing

Convert the ImageError model to TS.

How I did it

This required the same util-models.ts commit (5074f6b) added in #207.

I amended the file to add a utility type for pagination.

It also required added types for the third party mongo-cursor-pagination, particularly the aggregate function.


Part of #187