jeremydaly/serverless-mysql

'library' field type in config should be an object, not a function

Opened this issue · 0 comments

Currently 'library' field in config is of type Function
https://github.com/jeremydaly/serverless-mysql/blob/master/index.d.ts#L11
But it should be an object with with two properties 'createConnection' and 'escape'