bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.72k stars 331 forks source link

chore: typescript enhancements #337

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

Description:

At the moment, we declare types within the same file as the main source code, and then export them individually, we should change this so that all types are declared in a single file and then exported at one.

Changes:

github-actions[bot] commented 1 year ago

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.