connect-session-sequelize
connect-session-sequelize copied to clipboard
TS return type of the sync() method changed to promise
See #152 for more info. I used "unknown" since I do not think I'll need to export the whole model to the user.
Another possible solution more in line with the rest of the code base would probably be a callback that is called once the promise returns. That would be a code change, not just a change of the description file, though.