timgit / pg-boss

Queueing jobs in Postgres from Node.js like a boss
MIT License
1.95k stars 153 forks source link

Update types for v10 #458

Closed eloff closed 1 month ago

eloff commented 1 month ago

You're probably aware, but there's missing types for options argument in createQueue, and no declaration for getQueue or updateQueue.

We have some @ts-expect-error comments in our code to ignore these for now.

timgit commented 1 month ago

This should be resolved

eloff commented 1 month ago

This is resolved, thanks!